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: