Skip to content

Commit

Permalink
Update Documentation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mursalatul committed Jan 23, 2024
1 parent 88b9506 commit 595cc11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ADMIN/MAINTAIN/classes/Documentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def writedoc(self, folder_file: dict):
# writing folder name to doc
doc.write(f"- [{folder}](/{folder})\n")
# sorting the files for organized view in doc
file.sort()
#file.sort()
# adding the file names
for files in file:
doc.write(f" - [{files}](/{files})\n")
doc.write(f" - [{files}](/{files})\n")

0 comments on commit 595cc11

Please sign in to comment.