Skip to content

Commit

Permalink
set updated at the correct spot
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Mar 13, 2024
1 parent 3c2312c commit b46783e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/hhd/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit b46783e

Please sign in to comment.