Gerry Nelson
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
importpackages.py
|
|
@ -67,7 +67,7 @@ if areyousure.upper() =='Y': |
|
|
if filename.lower().endswith('.json'): |
|
|
if filename.lower().endswith('.json'): |
|
|
|
|
|
|
|
|
#upload the json package |
|
|
#upload the json package |
|
|
command=clicommand+' transfer upload --file "'+os.path.join(basedir,filename)+'" > /tmp/packageid.json' |
|
|
command=clicommand+' --output fulljson transfer upload --file "'+os.path.join(basedir,filename)+'" > /tmp/packageid.json' |
|
|
print(command) |
|
|
print(command) |
|
|
subprocess.call(command, shell=True) |
|
|
subprocess.call(command, shell=True) |
|
|
|
|
|
|
|
|
|