fix typo
This commit is contained in:
@@ -505,7 +505,8 @@ def database(options):
|
||||
if rc == "No":
|
||||
return 4
|
||||
|
||||
status = Entropy.switch_packages_branch(from_branch, to_branch)
|
||||
status = Entropy.switch_packages_branch(from_branch, to_branch,
|
||||
repo = repoid)
|
||||
if status == None:
|
||||
return 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user