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:
parent
e1b8022ca0
commit
439e03501d
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user