From 439e03501d2557fa393476fdec251f40771a81f9 Mon Sep 17 00:00:00 2001 From: Danny Al-Gaaf Date: Mon, 27 May 2013 12:18:43 +0200 Subject: [PATCH] commandline.py: remove unnecessary semicolon Signed-off-by: Danny Al-Gaaf --- osc/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"