From 8dfac7440c372a0f4d699260221ad7fbcaaf89e1 Mon Sep 17 00:00:00 2001 From: Pedro Brochado Date: Tue, 3 Dec 2024 10:40:51 -0300 Subject: [PATCH] fixup: lint error --- pulpcore/content/handler.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pulpcore/content/handler.py b/pulpcore/content/handler.py index 7df3d007fbf..508d81a86b5 100644 --- a/pulpcore/content/handler.py +++ b/pulpcore/content/handler.py @@ -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"