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 55dd86a commit 72303a4Copy full SHA for 72303a4
executorlib/cache/executor.py
@@ -82,7 +82,7 @@ def __init__(
82
"cache_directory": cache_directory_path,
83
"resource_dict": resource_dict,
84
"terminate_function": terminate_function,
85
- "config_directory": pysqa_config_directory,
+ "pysqa_config_directory": pysqa_config_directory,
86
"backend": backend,
87
},
88
)
0 commit comments