Skip to content

Commit 0e197f1

Browse files
committed
Hotfix #3 catch exceptions during graphing
1 parent 35809e3 commit 0e197f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

switch_model/tools/graph/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
# When True exceptions that are thrown while graphing will be caught
2727
# and outputted to console as a warning instead of an error
28-
CATCH_EXCEPTIONS = False
28+
CATCH_EXCEPTIONS = True
2929

3030

3131
def catch_exceptions(func):

0 commit comments

Comments
 (0)