[equo] fix regression in text_repositories module, s/if/elif/

This commit is contained in:
Fabio Erculiani
2010-09-11 16:51:18 +02:00
parent c17469b1ba
commit 4d646aa16a
+1 -1
View File
@@ -41,7 +41,7 @@ def repositories(options):
for opt in myopts:
if opt == "--force":
e_req_force_update = True
if (opt == "--conflicts") and (cmd == "repo"):
elif (opt == "--conflicts") and (cmd == "repo"):
e_req_conflicts = True
elif opt.startswith("--"):
print_error(red(" %s." % (_("Wrong parameters"),) ))