Gerry Nelson
6 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
|
|
|
@ -77,7 +77,7 @@ if areyousure.upper() =='Y': |
|
|
|
print(command) |
|
|
|
|
|
|
|
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: |
|
|
|
|