[Asterisk-code-review] tests/realtime/multi/multi: Fix PEP 8 compliance issue (testsuite[master])

Matt Jordan asteriskteam at digium.com
Sat Jul 25 17:08:11 CDT 2015


Matt Jordan has uploaded a new change for review.

  https://gerrit.asterisk.org/967

Change subject: tests/realtime/multi/multi: Fix PEP 8 compliance issue
......................................................................

tests/realtime/multi/multi: Fix PEP 8 compliance issue

Visual indent was under-indented per PEP 8 guidelines.

Change-Id: I2c50eed97741103746a5a4302cbee4bf6f30a202
---
M tests/realtime/multi/multi.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/67/967/1

diff --git a/tests/realtime/multi/multi.py b/tests/realtime/multi/multi.py
index d557918..e63afdd 100644
--- a/tests/realtime/multi/multi.py
+++ b/tests/realtime/multi/multi.py
@@ -64,7 +64,7 @@
         if self.retrieved_mailboxes != EXPECTED_MAILBOXES:
             LOGGER.error("Did not retrieve the expected number of mailboxes,"
                          " %d != %d" % (self.retrieved_mailboxes,
-                                       EXPECTED_MAILBOXES))
+                                        EXPECTED_MAILBOXES))
             self.fail_test()
         else:
             self.pass_test()

-- 
To view, visit https://gerrit.asterisk.org/967
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2c50eed97741103746a5a4302cbee4bf6f30a202
Gerrit-PatchSet: 1
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Owner: Matt Jordan <mjordan at digium.com>



More information about the asterisk-code-review mailing list