Skip to content

Commit

Permalink
Merge pull request Tribler#7820 from kozlovsky/fix/incorrect-warning
Browse files Browse the repository at this point in the history
Remove incorrect warning "Either file does not exist or is not file (in `Download.checkpoint()`)
  • Loading branch information
kozlovsky authored Jan 15, 2024
2 parents 5ee5491 + c534ac9 commit 7cbca95
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 7cbca95

Please sign in to comment.