parent
47cfb02c0a
commit
d97ead20df
|
@ -9,7 +9,6 @@ from nvexpo import consts as CONSTS
|
||||||
|
|
||||||
def main() -> int:
|
def main() -> int:
|
||||||
args = sys.argv
|
args = sys.argv
|
||||||
print(args)
|
|
||||||
if len(args) <= 1:
|
if len(args) <= 1:
|
||||||
nvexpo.show_help()
|
nvexpo.show_help()
|
||||||
return 0
|
return 0
|
||||||
|
|
Loading…
Reference in New Issue