Skip to content

Commit

Permalink
Revert "revert unrelated"
Browse files Browse the repository at this point in the history
This reverts commit 3106785.
  • Loading branch information
pmeier committed Dec 22, 2023
1 parent 3106785 commit 3be3717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mkdocs_gallery/gen_single.py
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ def parse_and_execute(script: GalleryScript, script_blocks):
# Remember the original argv so that we can put them back after run
argv_orig = sys.argv[:]

#Remember the original sys.path so that we can reset it after run
# Remember the original sys.path so that we can reset it after run
sys_path_orig = deepcopy(sys.path)

# Python file is the original one (not the copy for download)
Expand Down

0 comments on commit 3be3717

Please sign in to comment.