Skip to content

Commit

Permalink
Remove incorrect warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlovsky committed Jan 15, 2024
1 parent 5ee5491 commit c534ac9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -727,8 +727,6 @@ def checkpoint(self):
b'info-hash': self.tdef.get_infohash()
}
self.post_alert('save_resume_data_alert', dict(resume_data=resume_data))
else:
self._logger.warning("Either file does not exist or is not file")
return succeed(None)
return self.save_resume_data()

Expand Down

0 comments on commit c534ac9

Please sign in to comment.