You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the PySide2 binding the following errror occurs when you close a/the main window.
Traceback (most recent call last):
File "/Users/kenter/prog/py/argos/argos/widgets/mainwindow.py", line 826, in closeEvent
self.finalize()
File "/Users/kenter/prog/py/argos/argos/widgets/mainwindow.py", line 127, in finalize
self.collector.sigContentsChanged.disconnect(self.collectorContentsChanged)
RuntimeError: Failed to disconnect signal sigContentsChanged(QString).
My suspicion is that it occurs because the disconnect is called in the closeEvent. More investigation is needed.
The text was updated successfully, but these errors were encountered:
When using the PySide2 binding the following errror occurs when you close a/the main window.
My suspicion is that it occurs because the disconnect is called in the
closeEvent
. More investigation is needed.The text was updated successfully, but these errors were encountered: