diff --git a/importpackages.py b/importpackages.py index 336c6bb..752fdb3 100755 --- a/importpackages.py +++ b/importpackages.py @@ -67,7 +67,7 @@ if areyousure.upper() =='Y': if filename.lower().endswith('.json'): #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) subprocess.call(command, shell=True)