Skip to content

Commit

Permalink
Update ogr/services/pagure/pull_request.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nikola Forró <nforro@redhat.com>
  • Loading branch information
majamassarini and nforro authored Dec 20, 2023
1 parent 280368a commit 46c6867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogr/services/pagure/pull_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def get_files_diff(
f"While retrieving PR diffstats Pagure returned ENOPRSTATS. \n{ex}",
)
if attempt <= retries:
logger.error(
logger.debug(
f"Trying again; attempt={attempt} after {wait_seconds}seconds",
)
attempt += 1
Expand Down

0 comments on commit 46c6867

Please sign in to comment.