From 9878e342f634ab20649f106bd2d1063490de6345 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 11 Jun 2024 12:39:34 +0200 Subject: [PATCH] fix output --- pyiron_base/jobs/job/runfunction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyiron_base/jobs/job/runfunction.py b/pyiron_base/jobs/job/runfunction.py index 7f786d2c9..3f2c3c734 100644 --- a/pyiron_base/jobs/job/runfunction.py +++ b/pyiron_base/jobs/job/runfunction.py @@ -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,