Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Cordoba <[email protected]>
  • Loading branch information
dalthviz and ccordoba12 authored Nov 21, 2024
1 parent db71627 commit 83b61ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spyder_kernels/customize/code_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,10 @@ class SpyderCodeRunner(Magics):
Functions and magics related to code execution, debugging, profiling, etc.
"""
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)

self.show_global_msg = True
self.show_invalid_syntax_msg = True
super().__init__(*args, **kwargs)
self.umr = UserModuleReloader(
namelist=os.environ.get("SPY_UMR_NAMELIST", None),
shell=self.shell,
Expand Down

0 comments on commit 83b61ac

Please sign in to comment.