kgiusti 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_r379101275
##########
File path: python/qpid_dispatch_internal/tools/display.py
##########
@@ -138,6 +143,33 @@ def num(self, value):
value /= 1000
return self.numCell(value, 'g')
+def PlainNum(value):
Review comment:
Also, why "PlainNum" and not "Integer", since %d requires an integer
argument?
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]