Skip to content
Snippets Groups Projects
Commit 20d2f9a9 authored by jkerdreu's avatar jkerdreu
Browse files

Fix dump() address bug.. (wondering why this still exists)


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@1413 b32b6428-25c9-4566-ad07-03861ab6144f
parent 6b4a1109
No related branches found
No related tags found
No related merge requests found
......@@ -279,7 +279,7 @@ class Device(object):
print("========= %s =========" % self)
print("Type:\t\t%s" % self.devtype)
if self.address:
print("Address: \t0x%x" % self.address)
print("Address: \t%s" % self.address)
print("Version: \t%s" % self.version)
print("Parent: \t%s" % self.parent)
if isinstance(self, Gateway):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment