Alon Bar-Lev has uploaded a new change for review.

Change subject: cleanup: pep8 compliant
......................................................................

cleanup: pep8 compliant

Change-Id: Id27d66958e176c1c67cb932cad21fd30258e09ae
Signed-off-by: Alon Bar-Lev <alo...@redhat.com>
---
M src/__main__.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-iso-uploader 
refs/changes/34/10934/1

diff --git a/src/__main__.py b/src/__main__.py
index bcf4d49..bbafb3e 100644
--- a/src/__main__.py
+++ b/src/__main__.py
@@ -1304,7 +1304,7 @@
         conf = Configuration(parser)
 
         isoup = ISOUploader(conf)
-    except  KeyboardInterrupt, k:
+    except KeyboardInterrupt, k:
         print _("Exiting on user cancel.")
     except Exception, e:
         logging.error("%s" % e)


--
To view, visit http://gerrit.ovirt.org/10934
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id27d66958e176c1c67cb932cad21fd30258e09ae
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-iso-uploader
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to