Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
badb committed Apr 6, 2018
1 parent 0487a48 commit a65dd37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions golem/task/taskkeeper.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,9 +442,9 @@ def add_task_header(self, th_dict_repr):
self.check_correct(th_dict_repr)

if id_ in list(self.removed_tasks.keys()): # recent
logger.info("Received a task which has been already "
"cancelled/removed/timeout/banned/etc "
"Task id %s .", id_)
logger.debug("Received a task which has been already "
"cancelled/removed/timeout/banned/etc "
"Task id %s .", id_)
return True

th = TaskHeader.from_dict(th_dict_repr)
Expand Down

0 comments on commit a65dd37

Please sign in to comment.