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.
1 parent 6c3c54f commit 74c1b7fCopy full SHA for 74c1b7f
executorlib/__init__.py
@@ -185,7 +185,7 @@ def __new__(
185
max_cores=max_cores,
186
cache_directory=cache_directory,
187
resource_dict=resource_dict,
188
- flux_executor=None,
+ flux_executor=flux_executor,
189
flux_executor_pmi_mode=flux_executor_pmi_mode,
190
flux_executor_nesting=flux_executor_nesting,
191
pysqa_config_directory=pysqa_config_directory,
0 commit comments