Skip to content

Commit

Permalink
Log ghidrathon.save path in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
fariss committed Apr 7, 2024
1 parent 797da81 commit 45046cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/ghidrathon_configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ def main(args):

json_: str = json.dumps(ghidrathon_save)
save_path: pathlib.Path = pathlib.Path(os.environ.get(GHIDRATHON_SAVE_PATH, install_path)) / "ghidrathon.save"
logger.debug('Using ghidrathon.save path: "%s"' % save_path)
try:
save_path.write_text(json_, encoding="utf-8")
except Exception as e:
Expand Down

0 comments on commit 45046cc

Please sign in to comment.