Browse Source

Update importpackages.py (#95)

master
Gerry Nelson 4 years ago
committed by GitHub
parent
commit
6427073b15
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      importpackages.py

2
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)

Loading…
Cancel
Save