I’m not sure when they showed up, but after running the Monitor for awhile and playing with various things, I ended up with a ton of these tracebacks in the terminal:
Traceback (most recent call last):
File "DeadlineMonitor\UI\Controls\JobReportListControl.py", line 81, in calculateReportTypes
RuntimeError: wrapped C/C++ object of %S has been deleted
I also got a few of these:
Traceback (most recent call last):
File "DeadlineMonitor\UI\DisplayWidgets\JobReportListWidget.py", line 47, in onJobReportModelChanged
NameError: global name 'traceback' is not defined
-Nathan