Skip to content

Commit

Permalink
assert
Browse files Browse the repository at this point in the history
  • Loading branch information
thowell committed Feb 9, 2024
1 parent 74e4761 commit 49388aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ def finalize_options(self):

def run(self):
mjpc_tasks_path = Path(__file__).parent.parent / "build" / "mjpc" / "tasks"
assert mjpc_tasks_path.exists(), "Build MJPC before installing Python API"
source_paths = (
tuple(mjpc_tasks_path.rglob("*.xml"))
+ tuple(mjpc_tasks_path.rglob("*.png"))
Expand Down

0 comments on commit 49388aa

Please sign in to comment.