Skip to content

Commit

Permalink
Apply review suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Jitse Niesen <[email protected]>
  • Loading branch information
mrclary and jitseniesen committed Aug 20, 2024
1 parent 73efbe4 commit f9af557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder_kernels/console/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def close(self):
pass

# Re-add current working directory path into sys.path after all of the
# import statements, but before initiializing the kernel.
# import statements, but before initializing the kernel.
if '' not in sys.path:
sys.path.insert(0, '')

Expand Down

0 comments on commit f9af557

Please sign in to comment.