jiridanek commented on a change in pull request #285:
URL: https://github.com/apache/qpid-proton/pull/285#discussion_r558280203
##########
File path: python/examples/simple_send.py
##########
@@ -37,7 +38,7 @@ def on_start(self, event):
def on_sendable(self, event):
while event.sender.credit and self.sent < self.total:
- msg = Message(id=(self.sent+1), body={'sequence':(self.sent+1)})
+ msg = Message(id=(self.sent+1), body={'sequence': (self.sent+1)})
Review comment:
it is only putting the spaces there with more --aggressive options
added; weird, but ok
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]