Skip to content

Commit

Permalink
fix docpy
Browse files Browse the repository at this point in the history
  • Loading branch information
mursalatul committed Jan 23, 2024
1 parent 3fd41bc commit a103055
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ADMIN/MAINTAIN/classes/Documentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

class CreateDocumentation:
def writedoc(self, folder_file: dict):

cwd = os.getcwd()
# go two folder up to get repository folders
cwd = os.path.abspath(os.path.join(cwd, "..", ".."))
Expand Down

0 comments on commit a103055

Please sign in to comment.