Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Oct 26, 2024
1 parent 23150a2 commit 06170cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions circus/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,9 @@ def determine_sitedir():
if os.path.exists(_sitedir):
return _sitedir

import os
print("ls venv", os.listdir(os.path.join(watcher.virtualenv)))
print("ls venv/lib", os.listdir(os.path.join(watcher.virtualenv, 'lib')))
raise ValueError("%s does not exist" % ','.join(tried_dirs))

sitedir = determine_sitedir()
Expand Down

0 comments on commit 06170cc

Please sign in to comment.