I get this error every time I open the job dependency view (in 6.2 beta 3):
Traceback (most recent call last):
File "DeadlineMonitor\UI\Forms\MonitorDockWidget.py", line 238, in restoreWidgetState
File "DeadlineMonitor\UI\DisplayWidgets\JobDependencyNodeWidget.py", line 85, in restoreWidgetState
UnboundLocalError: local variable 'jobDependencyDetails' referenced before assignment
There are also a lot of these printed to the terminal after using the dependency view:
QPixmap::scaled: Pixmap is a null pixmap
QPixmap::scaled: Pixmap is a null pixmap
QPixmap::scaled: Pixmap is a null pixmap
QPixmap::scaled: Pixmap is a null pixmap
-Nathan