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
Traceback (most recent call last):
File "C:\Program Files\PsychoPy3\lib\site-packages\psychopy\app\coder\fileBrowser.py", line 571, in OnItemActivated
self.coder.fileOpen(None, self.selectedItem.abspath)
File "C:\Program Files\PsychoPy3\lib\site-packages\psychopy\app\coder\coder.py", line 2369, in fileOpen
self.setFileModified(False)
File "C:\Program Files\PsychoPy3\lib\site-packages\psychopy\app\coder\coder.py", line 2765, in setFileModified
self.currentDoc.UNSAVED = isModified
AttributeError: 'NoneType' object has no attribute 'UNSAVED'
Coder's file browser pane raise an error when opening a non-text file. Error is harmless but annoying.
The text was updated successfully, but these errors were encountered: