Skip to content

Commit

Permalink
Fixed output for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
WeebNetsu committed May 26, 2023
1 parent 377d462 commit 1e18add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docWriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def process_directory(directory_path: str) -> str:


def main():
process_directory(current_directory)
docs = process_directory(current_directory)

with open("docs.md", "w") as file:
file.write(docs)
Expand Down

0 comments on commit 1e18add

Please sign in to comment.