1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-11 16:36:14 +01:00

commandline.py: remove unnecessary semicolon

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
Danny Al-Gaaf 2013-05-27 12:18:43 +02:00
parent e1b8022ca0
commit 439e03501d

View File

@ -872,7 +872,7 @@ class Osc(cmdln.Cmdln):
# we should check here for home:<id>:branch and default to update, but that would require OBS 1.7 server
if subcmd == 'submitpac' and not opts.no_cleanup:
opts.cleanup = True;
opts.cleanup = True
if opts.cleanup:
src_update = "cleanup"