We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 692e6d1 + 32aeeff commit 20a35bdCopy full SHA for 20a35bd
src/psij/executors/flux.py
@@ -156,7 +156,7 @@ def submit(self, job: Job) -> None:
156
if spec.stdin_path:
157
flux_jobspec.stdin = spec.stdin_path
158
if spec.stderr_path:
159
- flux.jobspec.stderr = spec.stderr_path
+ flux_jobspec.stderr = spec.stderr_path
160
flux_jobspec.duration = spec.attributes.duration.total_seconds()
161
fut = self._flux_executor.submit(flux_jobspec)
162
self._add_flux_callbacks(job, fut)
0 commit comments