Skip to content

Commit 44e5a5c

Browse files
fix
1 parent 9442bfd commit 44e5a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/director-v2/src/simcore_service_director_v2/api/routes/computations_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ async def get_task_log_file(
154154
comp_tasks_repo: Annotated[
155155
CompTasksRepository, Depends(get_repository(CompTasksRepository))
156156
],
157-
) -> TaskLogFileGet: # MATUS CHECK
157+
) -> TaskLogFileGet:
158158
"""Returns a link to download logs file of a give task.
159159
The log is only available when the task is done
160160
"""

0 commit comments

Comments
 (0)