Skip to content

Commit

Permalink
Add print statement to indicate end of processing loop in gen-wiki.py
Browse files Browse the repository at this point in the history
  • Loading branch information
routel-nolan committed Dec 6, 2024
1 parent 14d99d0 commit 5434279
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gen-wiki.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ def copy_wiki(md_files):
directories = [d for d in os.listdir(os.getcwd()) if os.path.isdir(os.path.join(os.getcwd(), d))]
for directory in directories:
process_environment(directory, config, args.output_dir)
print("for loop ended")

md_files = list_md_files(args.output_dir)
os.chdir("../..")
Expand Down

0 comments on commit 5434279

Please sign in to comment.