Skip to content

Commit

Permalink
XXX print path to see what's up on windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
0xkarmacoma committed Jan 22, 2025
1 parent 57ac4f2 commit 1e8c6cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/halmos/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,9 @@ def load_config(_args) -> HalmosConfig:
"could not find z3 on the PATH -- check your PATH/venv or pass --solver-command explicitly"
)

# XXX undo this
print(f"PATH: {os.environ['PATH']}")

# parse CLI args first, so that can get `--help` out of the way and resolve `--debug`
# but don't apply the CLI overrides yet
cli_overrides = arg_parser().parse_args(_args)
Expand Down

0 comments on commit 1e8c6cd

Please sign in to comment.