mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-14 09:36:21 +01:00
added missing return_existing=False to attribute_branch_pkg
This commit is contained in:
parent
299eec25f6
commit
c1363688a3
@ -3062,7 +3062,7 @@ def aggregate_pac(src_project, src_package, dst_project, dst_package, repo_map =
|
||||
print 'Done.'
|
||||
|
||||
|
||||
def attribute_branch_pkg(apiurl, attribute, maintained_update_project_attribute, package, targetproject):
|
||||
def attribute_branch_pkg(apiurl, attribute, maintained_update_project_attribute, package, targetproject, return_existing=False):
|
||||
"""
|
||||
Branch packages defined via attributes (via API call)
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user