Revert test upgrade path

This commit is contained in:
deajan 2025-01-14 22:22:07 +01:00
parent 233a608db4
commit d3f0d26998

View file

@ -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"
)