Skip to content

Commit

Permalink
Update executor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Oct 28, 2024
1 parent e6764f2 commit 5eabfba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executorlib/cache/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def __init__(

def create_file_executor(
max_workers: int = 1,
backend: str = "local",
backend: str = "pysqa_flux",
max_cores: int = 1,
cache_directory: Optional[str] = None,
resource_dict: Optional[dict] = None,
Expand Down

0 comments on commit 5eabfba

Please sign in to comment.