diff --git a/src/hhd/__main__.py b/src/hhd/__main__.py index c6d2fcee..efa684ab 100644 --- a/src/hhd/__main__.py +++ b/src/hhd/__main__.py @@ -644,7 +644,9 @@ def progress(idx, blockSize, total): st = os.stat(out_fn) os.chmod(out_fn, st.st_mode | stat.S_IEXEC) break - updated = True + + # Set updated + updated = True else: logger.error( f"Could not update, python executable is not within a venv (checked for 'venv' in path name):\n{exe_python}"