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 2019/03/26 16:04:31 UTC

[qpid-dispatch] branch master updated: DISPATCH-1305 - Fixed flake8 indent error

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 9e10ba9  DISPATCH-1305 - Fixed flake8 indent error
9e10ba9 is described below

commit 9e10ba9dbc7328b02bad101c8563e0c51508a815
Author: Ganesh Murthy <gm...@redhat.com>
AuthorDate: Tue Mar 26 12:04:03 2019 -0400

    DISPATCH-1305 - Fixed flake8 indent error
---
 tests/system_tests_policy.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/system_tests_policy.py b/tests/system_tests_policy.py
index 5997e69..d0ffc5b 100644
--- a/tests/system_tests_policy.py
+++ b/tests/system_tests_policy.py
@@ -1314,7 +1314,7 @@ class ConnectorPolicyClient(FakeBroker):
         self.link_error = False
         self.sender_request = addr
         while (self.sender_request == addr or self.request_in_flight) \
-            and self.link_error == False and self._error is None:
+                and self.link_error == False and self._error is None:
             time.sleep(0.10)
         time.sleep(0.10)
         return self.link_error == False
@@ -1323,7 +1323,7 @@ class ConnectorPolicyClient(FakeBroker):
         self.link_error = False
         self.receiver_request = addr
         while (self.receiver_request == addr or self.request_in_flight) \
-            and self.link_error == False and self._error is None:
+                and self.link_error == False and self._error is None:
             time.sleep(0.10)
         time.sleep(0.10)
         return self.link_error == False
@@ -1342,7 +1342,7 @@ class ConnectorPolicyClient(FakeBroker):
         self.link_error = False
         self.req_anonymous_sender = True
         while (self.req_anonymous_sender or self.request_in_flight) \
-            and self.link_error == False and self._error is None:
+                and self.link_error == False and self._error is None:
             time.sleep(0.10)
         time.sleep(0.10)
         return self.link_error == False


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