mirror of
https://github.com/netinvent/npbackup.git
synced 2025-11-10 06:01:39 +08:00
Added missing info string
This commit is contained in:
parent
227cac1308
commit
c2106e74a0
1 changed files with 2 additions and 2 deletions
|
|
@ -84,10 +84,10 @@ def check_private_build(audience):
|
||||||
try:
|
try:
|
||||||
import npbackup.secret_keys
|
import npbackup.secret_keys
|
||||||
|
|
||||||
print("Building with default secret key")
|
print("INFO: Building with default secret key")
|
||||||
private = False
|
private = False
|
||||||
except ImportError:
|
except ImportError:
|
||||||
print("Cannot find secret keys")
|
print("ERROR: Cannot find secret keys")
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
dist_conf_file_path = get_conf_dist_file(audience)
|
dist_conf_file_path = get_conf_dist_file(audience)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue