Skip to content

Commit

Permalink
Linter and codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Neraud committed Sep 11, 2023
1 parent 3c3d761 commit 013286f
Show file tree
Hide file tree
Showing 3 changed files with 252 additions and 253 deletions.
2 changes: 2 additions & 0 deletions release_watcher/watchers/base_github_watcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,5 @@ def _handle_rate_limit(self, github_url: str, headers: Dict, response) -> Sequen

raise WatchError('Github rate limit exeeded, and reset is too far '
f'({rl_reset_sec}s > {self.config.rate_limit_wait_max}s)')

raise WatchError('Github rate limit exeeded with no reset')
Loading

0 comments on commit 013286f

Please sign in to comment.