nrusch
#1
Seeing this in my monitor terminal (but not console pane) when dragging jobs into the dependency view:
TypeError: invalid result type from JobDependencyMagmaFLUX.dropEvent()
Is the monitor’s stderr not being sent to the console as well or something? I think it should be…
nrusch
#2
I also got one of these at some point, but I’m not sure when:
QGraphicsView::dragLeaveEvent: drag leave received before drag enter
Hmm… stderr should be logged to the console. Maybe that only affects Python’s stderr, and this error message is coming from a C++ library.
I’ve pointed Grant to this thread so that he can have a look (he’s been developing the dependency view).
Cheers,