Skip to content

Commit 2088f11

Browse files
committed
Desable ultratb
1 parent b58a8b4 commit 2088f11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plot_diagram.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import numpy as np
55
from plot_agent import PlotAgent
66

7-
from IPython.core import ultratb
8-
sys.excepthook = ultratb.FormattedTB(call_pdb=True)
7+
#from IPython.core import ultratb
8+
#sys.excepthook = ultratb.FormattedTB(call_pdb=True)
99

1010

1111
def parse_arguments():

0 commit comments

Comments
 (0)