Align gdbinit.py with lldbinit.py (#2877)

pull/2766/head
OBarronCS 8 months ago committed by GitHub
parent 9eab50b2f0
commit 12116a82c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -80,7 +80,7 @@ def update_deps(src_root: Path, venv_path: Path) -> None:
logging.debug("No stored hash found")
# If the hashes don't match, update the dependencies
if current_hash != stored_hash:
if current_hash == stored_hash:
return
print("Detected outdated Pwndbg dependencies (uv.lock). Updating.")

Loading…
Cancel
Save