Skip to content

Commit 72303a4

Browse files
committed
bug fixes
1 parent 55dd86a commit 72303a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

executorlib/cache/executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def __init__(
8282
"cache_directory": cache_directory_path,
8383
"resource_dict": resource_dict,
8484
"terminate_function": terminate_function,
85-
"config_directory": pysqa_config_directory,
85+
"pysqa_config_directory": pysqa_config_directory,
8686
"backend": backend,
8787
},
8888
)

0 commit comments

Comments
 (0)