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 78286a9 commit ea29bf8Copy full SHA for ea29bf8
core/task_runner.py
@@ -16,7 +16,7 @@ def run_pattern_task(pattern_id: int, task_id: int) -> None:
16
17
Args:
18
pattern_id (int): The ID of the pattern to process.
19
- task_id (int): The ID of the task..
+ task_id (int): The ID of the task.
20
21
Raises:
22
FileNotFoundError: If the pattern definition is not found.
0 commit comments