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
This looks like a simple one but I don't have time now to dig into it.
Description
What steps will reproduce the problem?
Right-click on a Python file in the Project explorer
Select 'Run' in the context menu
What is the expected output? What do you see instead?
The exception below is raised.
Please provide any additional information below
File "/home/jitse/misc/spyder/spyder/widgets/explorer.py", line 557, in run
self.parent_widget.run.emit(fname)
AttributeError: 'Projects' object has no attribute 'run'
This looks like a simple one but I don't have time now to dig into it.
Description
What steps will reproduce the problem?
What is the expected output? What do you see instead?
The exception below is raised.
Please provide any additional information below
File "/home/jitse/misc/spyder/spyder/widgets/explorer.py", line 557, in run
self.parent_widget.run.emit(fname)
AttributeError: 'Projects' object has no attribute 'run'
Version and main components
Dependencies
The text was updated successfully, but these errors were encountered: