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 804239c commit 44a539dCopy full SHA for 44a539d
swat/cas/actions.py
@@ -491,7 +491,7 @@ def _format_actionset_doc(cls, asinfo):
491
doc.append('')
492
doc.append('Actions')
493
doc.append('-------')
494
- display_width = pd.options.display.width
+ display_width = pd.options.display.width or 80
495
width = 0
496
for item in actions:
497
width = max(width, len(item['name']))
0 commit comments