From d13f702fd1254322c6b18fbe62829ba9e6303774 Mon Sep 17 00:00:00 2001 From: Nickolas Comeau Date: Mon, 11 Nov 2024 15:44:09 -0500 Subject: [PATCH] long line --- apps/crc_sus.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/crc_sus.py b/apps/crc_sus.py index 6b718af..5cf6d73 100755 --- a/apps/crc_sus.py +++ b/apps/crc_sus.py @@ -67,8 +67,8 @@ def app_logic(self, args: Namespace) -> None: if not alloc_requests: print(f"\033[91m\033[1mNo active allocation information found in accounting system for '{args.account}'!\n") - print( - "Showing remaining service unit amounts for most recently expired Resource Allocation Request:\033[0m \n") + print("Showing remaining service unit amounts for most recently expired Resource Allocation Request:" + "\033[0m \n") try: alloc_requests = [get_most_recent_expired_request(keystone_session, group_id)] except IndexError: