Skip to content

Commit

Permalink
[DR] quickfix for virtualenv demos not finding venv
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaciasc committed Jan 26, 2024
1 parent f7b705b commit 9ad63d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipol_demo/modules/demorunner/demorunner.py
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ def get_bin_dir(demo_id: int) -> str:
"""
Returns the directory with the peer-reviewed author programs
"""
return os.path.join(settings.main_bin_dir, f"{demo_id}bin/")
return os.path.join(settings.main_bin_dir, f"{demo_id}/bin/")


def read_workdir_file(work_dir: str, filename: str) -> str:
Expand Down

0 comments on commit 9ad63d8

Please sign in to comment.