Skip to content

Commit

Permalink
fixup: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-psb committed Dec 3, 2024
1 parent 03d1a11 commit 8dfac74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pulpcore/content/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -1155,7 +1155,8 @@ async def finalize():
"the client, but it failed checksum validation.\n\n"
"We can't recover from wrong data already sent so we are:\n"
"- Forcing the connection to close.\n"
f"- Marking this Remote to be ignored for {FAILED_REMOTE_ARTIFACT_PROTECTION_TIME=}s.\n\n"
"- Marking this Remote to be ignored for "
f"{FAILED_REMOTE_ARTIFACT_PROTECTION_TIME=}s.\n\n"
"If the Remote is known to be fixed, try resyncing the associated repository.\n"
"If the Remote is known to be permanently corrupted, try removing "
"affected Pulp Remote, adding a good one and resyncing.\n"
Expand Down

0 comments on commit 8dfac74

Please sign in to comment.