Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/working_directory' into working_…
Browse files Browse the repository at this point in the history
…directory
  • Loading branch information
jan-janssen committed Nov 8, 2024
2 parents 267a8a6 + 9afcb56 commit 9da1fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executorlib/standalone/cache/queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def execute_with_pysqa(
task_dependent_lst: List[int] = [],
config_directory: Optional[str] = None,
backend: Optional[str] = None,
cache_directory: Optional[str] = None
cache_directory: Optional[str] = None,
) -> int:
"""
Execute a command by submitting it to the queuing system
Expand Down

0 comments on commit 9da1fed

Please sign in to comment.