Skip to content

Commit

Permalink
Debugging Z3 path issues on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoeilers committed Oct 23, 2024
1 parent 7bb9305 commit 9418b9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/nagini_translation/lib/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,10 @@ def _get_z3_path():
pydir = os.path.abspath(os.path.dirname(script_dir))
print(pydir)
print(os.listdir(pydir))
bindir = os.path.join(pydir, 'bin')
print(bindir)
print(os.listdir(bindir))


raise Exception
if os.path.exists(script_path):
Expand Down

0 comments on commit 9418b9d

Please sign in to comment.