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 7be81b8 commit 7bb9305
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/nagini_translation/lib/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,9 @@ def _get_z3_path():
print(script_path)
print(os.path.exists(script_path))
print(os.listdir(script_dir))
pydir = os.path.abspath(os.path.dirname(script_dir))
print(pydir)
print(os.listdir(pydir))

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

0 comments on commit 7bb9305

Please sign in to comment.