You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gm...@apache.org on 2021/03/04 17:35:27 UTC

[qpid-dispatch] branch master updated: NO-JIRA: Fixed python-checker error introduced in the previous checkin

This is an automated email from the ASF dual-hosted git repository.

gmurthy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new ca8da10  NO-JIRA: Fixed python-checker error introduced in the previous checkin
ca8da10 is described below

commit ca8da10245a578e0f9ebd0bdd7a7084c76db3489
Author: Ganesh Murthy <gm...@apache.org>
AuthorDate: Thu Mar 4 12:34:51 2021 -0500

    NO-JIRA: Fixed python-checker error introduced in the previous checkin
---
 tests/system_tests_http2.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/system_tests_http2.py b/tests/system_tests_http2.py
index 4feacbf..66894f0 100644
--- a/tests/system_tests_http2.py
+++ b/tests/system_tests_http2.py
@@ -93,7 +93,7 @@ class Http2TestBase(TestCase):
 
         if p.returncode != 0:
             print(p.returncode)
-            print (out)
+            print(out)
 
         assert (p.returncode == 0)
         return out


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org