Skip to content

Commit

Permalink
remove wrong self
Browse files Browse the repository at this point in the history
  • Loading branch information
ricffb committed Dec 11, 2024
1 parent a9aa5b2 commit 37b3140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchexec/containerized_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def _setup_container(self, tool_module, config):
try:
self.__doc__, _ = self._pool.apply(
_init_container_and_load_tool,
[_init_container, tool_module, self.temp_dir],
[_init_container, tool_module, temp_dir],
container_options,
)
finally:
Expand Down

0 comments on commit 37b3140

Please sign in to comment.