mirror of
https://github.com/netinvent/npbackup.git
synced 2025-10-19 18:06:31 +08:00
Revert test upgrade path
This commit is contained in:
parent
233a608db4
commit
d3f0d26998
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ def auto_upgrader(
|
|||
We must check that we run a compiled binary first
|
||||
We assume that we run a onefile nuitka binary
|
||||
"""
|
||||
if not IS_COMPILED and False:
|
||||
if not IS_COMPILED:
|
||||
logger.info(
|
||||
"Auto upgrade will only upgrade compiled verions. Please use 'pip install --upgrade npbackup' instead"
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue