Skip to content

Commit

Permalink
Update spyder_line_profiler/spyder/plugin.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Althviz Moré <d.althviz10@uniandes.edu.co>
  • Loading branch information
skjerns and dalthviz committed May 4, 2022
1 parent 34eaba7 commit 51a4485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder_line_profiler/spyder/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def on_main_menu_teardown(self):
mainmenu = self.get_plugin(Plugins.MainMenu)

mainmenu.remove_item_from_application_menu(
SpyderLineProfilerActions.ProfileCurrentFile,
SpyderLineProfilerActions.Run,
menu_id=ApplicationMenus.Run
)

Expand Down

0 comments on commit 51a4485

Please sign in to comment.