Skip to content

Commit

Permalink
fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Jun 11, 2024
1 parent 6c50c72 commit 9878e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyiron_base/jobs/job/runfunction.py
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ def execute_job_with_external_executable(job):
)
job_crashed, out = False, None
try:
execute_subprocess(
out = execute_subprocess(
executable=executable,
shell=shell,
working_directory=job.working_directory,
Expand Down

0 comments on commit 9878e34

Please sign in to comment.