Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Jun 12, 2024
1 parent 9e8cfc4 commit 88ad167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyiron_base/jobs/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def generate_calculate_function_kwargs(self) -> dict:
"executable_dict": {
"executable": executable,
"shell": shell,
"accepted_return_codes": self.executable.accept_crash,
"accepted_return_codes": self.executable.accepted_return_codes,
"accept_crash": self.server.accept_crash,
"working_directory": self.working_directory,
"conda_environment_name": self.server.conda_environment_name,
Expand Down

0 comments on commit 88ad167

Please sign in to comment.