1
0
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:
Michal Vyskocil 2009-11-05 09:28:02 +00:00
parent 299eec25f6
commit c1363688a3

View File

@ -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)
"""