Private
Public Access
1
0

bug fixes

This commit is contained in:
Sander Roosendaal
2023-05-10 17:57:22 +02:00
parent 0e031a1438
commit 76d57622a9
4 changed files with 18 additions and 16 deletions

View File

@@ -5783,7 +5783,7 @@ def interactive_flex_chart2(id, r, promember=0,
workstrokesonly = False
try:
_ = rowdata[yparam2]
except KeyError: # pragma: no cover
except (KeyError, TypeError): # pragma: no cover
yparam2 = 'None'
try: