Skip to content

Commit 74c1b7f

Browse files
authored
Update __init__.py
1 parent 6c3c54f commit 74c1b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

executorlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def __new__(
185185
max_cores=max_cores,
186186
cache_directory=cache_directory,
187187
resource_dict=resource_dict,
188-
flux_executor=None,
188+
flux_executor=flux_executor,
189189
flux_executor_pmi_mode=flux_executor_pmi_mode,
190190
flux_executor_nesting=flux_executor_nesting,
191191
pysqa_config_directory=pysqa_config_directory,

0 commit comments

Comments
 (0)