Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Jan 19, 2024
1 parent 5737eb3 commit bccd03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/binharness/types/injection.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def run(
if self._environment is None or self.env_path is None:
raise InjectionNotInstalledError
return self._environment.run_command(
[self.env_path / self.executable, *args],
[self.env_path, *args],
env=env,
cwd=cwd,
)

0 comments on commit bccd03d

Please sign in to comment.