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 5566c7b commit 92a5531Copy full SHA for 92a5531
pyipmi/messaging.py
@@ -196,3 +196,4 @@ def __str__(self):
196
s += ' IPMI messaging: %s\n' % self.ipmi_messaging
197
s += ' Link Auth.: %s\n' % self.link_auth
198
s += ' Callback only: %s' % self.callback_only
199
+ return s
0 commit comments