mirror of
https://github.com/netinvent/npbackup.git
synced 2025-11-09 21:51:41 +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):
|
||||
private = None
|
||||
try:
|
||||
import PRIVATE._private_secret_keysx
|
||||
import PRIVATE._private_secret_keys
|
||||
|
||||
print("INFO: Building with private secret key")
|
||||
private = True
|
||||
|
|
@ -107,7 +107,7 @@ def check_private_build(audience):
|
|||
|
||||
# Drop private files if exist in memory
|
||||
try:
|
||||
del PRIVATE._private_secret_keysx
|
||||
del PRIVATE._private_secret_keys
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue