diff --git a/osc/commandline.py b/osc/commandline.py index 44bf5699..facc3e75 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -872,7 +872,7 @@ class Osc(cmdln.Cmdln): # we should check here for home::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"