Skip to content

Commit

Permalink
correction of the error
Browse files Browse the repository at this point in the history
  • Loading branch information
routel-nolan committed Oct 18, 2024
1 parent 6428e9e commit 015d65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen-wiki.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def process_environment(environment, config, output_dir):
markdown_content += content

for file in files:
if file.endswith('.md') in root:
if file.endswith('.md'):
with open(os.path.join(root, file), 'r') as f:
content = f.read()
if content.strip():
Expand Down

0 comments on commit 015d65e

Please sign in to comment.