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.
AttributeError: module 'flux' has no attribute 'jobspec'
1 parent 79309dc commit 32aeeffCopy full SHA for 32aeeff
src/psij/executors/flux.py
@@ -158,7 +158,7 @@ def submit(self, job: Job) -> None:
158
if spec.stdin_path:
159
flux_jobspec.stdin = spec.stdin_path
160
if spec.stderr_path:
161
- flux.jobspec.stderr = spec.stderr_path
+ flux_jobspec.stderr = spec.stderr_path
162
flux_jobspec.duration = spec.attributes.duration.total_seconds()
163
fut = self._flux_executor.submit(flux_jobspec)
164
self._add_flux_callbacks(job, fut)
0 commit comments