mirror of
https://github.com/netinvent/npbackup.git
synced 2025-11-11 14:42:37 +08:00
Remove WIP naming
This commit is contained in:
parent
d835cf897d
commit
24610f1c58
1 changed files with 2 additions and 2 deletions
|
|
@ -91,7 +91,7 @@ def get_metadata(package_file):
|
||||||
def check_private_build(audience):
|
def check_private_build(audience):
|
||||||
private = None
|
private = None
|
||||||
try:
|
try:
|
||||||
import PRIVATE._private_secret_keysx
|
import PRIVATE._private_secret_keys
|
||||||
|
|
||||||
print("INFO: Building with private secret key")
|
print("INFO: Building with private secret key")
|
||||||
private = True
|
private = True
|
||||||
|
|
@ -107,7 +107,7 @@ def check_private_build(audience):
|
||||||
|
|
||||||
# Drop private files if exist in memory
|
# Drop private files if exist in memory
|
||||||
try:
|
try:
|
||||||
del PRIVATE._private_secret_keysx
|
del PRIVATE._private_secret_keys
|
||||||
except Exception:
|
except Exception:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue