We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 293ad48 commit e341732Copy full SHA for e341732
lib/ClusterShell/Worker/EngineClient.py
@@ -499,7 +499,7 @@ def __repr__(self):
499
fd_out = self.streams['out'].fd
500
except KeyError:
501
fd_out = None
502
- return "<%s at 0x%s (streams=(%d, %d))>" % (self.__class__.__name__, \
+ return "<%s at 0x%s (streams=(%s, %s))>" % (self.__class__.__name__,
503
id(self), fd_in, fd_out)
504
505
def _start(self):
0 commit comments