Skip to content

Commit

Permalink
long line
Browse files Browse the repository at this point in the history
  • Loading branch information
Comeani committed Nov 11, 2024
1 parent 91251e2 commit d13f702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/crc_sus.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d13f702

Please sign in to comment.