ganeshmurthy commented on a change in pull request #682: DISPATCH-1564 - 
Modified the way ulong is displayed on the output of …
URL: https://github.com/apache/qpid-dispatch/pull/682#discussion_r379110703
 
 

 ##########
 File path: tests/system_tests_console.py
 ##########
 @@ -51,7 +51,7 @@ def is_cmd(name):
             devnull = open(os.devnull, "w")
             subprocess.Popen([name], stdout=devnull, 
stderr=devnull).communicate()
         except OSError as e:
-            if e.errno == os.errno.ENOENT:
+            if errno == errno.ENOENT:
 
 Review comment:
   Did you mean you want to use a finally clause instead of except ?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to