CLI better installation path support

fixes #421 #423
This commit is contained in:
Casper da Costa-Luis 2017-08-17 20:34:04 +01:00 committed by Casper da Costa-Luis
parent 4b6476ac56
commit 170bf4a353
No known key found for this signature in database
GPG Key ID: 986B408043AE090D
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ Options:
sys.stdout.write(d + '\n')
sys.exit(0)
argv = RE_SHLEX.split(' '.join(sys.argv))
argv = RE_SHLEX.split(' '.join(["tqdm"] + sys.argv[1:]))
opts = dict(zip(argv[1::2], argv[2::2]))
tqdm_args = {'file': fp}