Skip to content

Commit 92a5531

Browse files
authored
add missing return to __str__ method
1 parent 5566c7b commit 92a5531

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyipmi/messaging.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,3 +196,4 @@ def __str__(self):
196196
s += ' IPMI messaging: %s\n' % self.ipmi_messaging
197197
s += ' Link Auth.: %s\n' % self.link_auth
198198
s += ' Callback only: %s' % self.callback_only
199+
return s

0 commit comments

Comments
 (0)