Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Rakovsky committed Jan 7, 2025
1 parent 6073d1a commit 944a4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karton/core/karton.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ def loop_crashed_tasks(self) -> None:

try:
self.log.info("Received new task - %s", self.current_task.uid)
#self.backend.set_task_status(self.current_task, TaskState.STARTED)
# self.backend.set_task_status(self.current_task, TaskState.STARTED)

self._run_pre_hooks()

Expand Down

0 comments on commit 944a4cb

Please sign in to comment.