modified
parent
9471d95a9a
commit
ebe6d976df
|
|
@ -116,7 +116,8 @@ 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>")
|
||||||
print("Example: .\generate.py .\DE-3\\ .\test\\")
|
print("Example: .\generate.py .\DE-3\\ .\test\\")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue