Browse Source

changed message for succesful completion

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

2
importpackages.py

@ -77,7 +77,7 @@ if areyousure.upper() =='Y':
print(command) print(command)
subprocess.call(command, shell=True) subprocess.call(command, shell=True)
print("NOTE: Viya root folders imported from json files in "+basedir) print("NOTE: Viya content imported from json files in "+basedir)
else: print("ERROR: Directory does not exist") else: print("ERROR: Directory does not exist")
else: else:

Loading…
Cancel
Save