Skip to content

Commit

Permalink
Apply review suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Jitse Niesen <jitseniesen@yahoo.com>
  • Loading branch information
mrclary and jitseniesen committed May 29, 2024
1 parent 2a98563 commit 1c911a0
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 @@ -212,7 +212,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 1c911a0

Please sign in to comment.