master
SLW\ARNAUA 2023-03-09 14:34:47 +01:00
parent 9471d95a9a
commit ebe6d976df
1 changed files with 2 additions and 1 deletions

View File

@ -116,6 +116,7 @@ if __name__ == "__main__":
# pre-initialization get current working directory # pre-initialization get current working directory
cwd = os.getcwd() cwd = os.getcwd()
print("Current working directory:",cwd)
if len(sys.argv) != 3: if len(sys.argv) != 3:
print(".\generate.py <path to yaml file/folder> <output path>") print(".\generate.py <path to yaml file/folder> <output path>")