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

Change subject: nit: pep8 fixes
......................................................................

nit: pep8 fixes

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


  git pull ssh://gerrit.ovirt.org:29418/ovirt-log-collector 
refs/changes/32/27532/1

diff --git a/src/__main__.py b/src/__main__.py
index 4ff5715..e4fb588 100755
--- a/src/__main__.py
+++ b/src/__main__.py
@@ -1338,7 +1338,7 @@
     if len(commandline.intersection(cleanup_set)) != 0:
         atexit.register(cleanup)
     elif os.geteuid() != 0:
-        print ('This tool requires root permissions to run.')
+        print('This tool requires root permissions to run.')
         sys.exit(ExitCodes.CRITICAL)
     else:
         setup_pg_defaults()


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I50422e63f6840e4ea8ec40259f98ffb897f64ede
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-log-collector
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