Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Oct 28, 2024
1 parent 8fd4d47 commit 55dd86a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions executorlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def __init__(
flux_executor_nesting: bool = False,
pysqa_config_directory: Optional[str] = None,
hostname_localhost: Optional[bool] = None,
block_allocation: bool = False,
block_allocation: bool = True,
init_function: Optional[callable] = None,
disable_dependencies: bool = False,
refresh_rate: float = 0.01,
Expand All @@ -125,7 +125,7 @@ def __new__(
flux_executor_nesting: bool = False,
pysqa_config_directory: Optional[str] = None,
hostname_localhost: Optional[bool] = None,
block_allocation: bool = False,
block_allocation: bool = True,
init_function: Optional[callable] = None,
disable_dependencies: bool = False,
refresh_rate: float = 0.01,
Expand Down

0 comments on commit 55dd86a

Please sign in to comment.