sys.argv
This commit is contained in:
parent
c6efc9b90b
commit
6033ebfa33
1 changed files with 1 additions and 2 deletions
|
@ -33,5 +33,4 @@ class Build:
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
_, output_root = sys.argv
|
print(sys.argv)
|
||||||
print(output_root)
|
|
||||||
|
|
Loading…
Reference in a new issue