Skip to content

Commit

Permalink
commandline.py: remove unnecessary semicolon
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
  • Loading branch information
dalgaaf committed May 27, 2013
1 parent e1b8022 commit 439e035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osc/commandline.py
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ def do_submitrequest(self, subcmd, opts, *args):
# 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"
Expand Down

0 comments on commit 439e035

Please sign in to comment.