From c1363688a3c0386b362252de06d4a910db298599 Mon Sep 17 00:00:00 2001 From: Michal Vyskocil Date: Thu, 5 Nov 2009 09:28:02 +0000 Subject: [PATCH] added missing return_existing=False to attribute_branch_pkg --- osc/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/core.py b/osc/core.py index bc7decbc..8596e3b0 100755 --- a/osc/core.py +++ b/osc/core.py @@ -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) """