Skip to content

Commit

Permalink
Small fix to crc-sus message when no active allocation is found
Browse files Browse the repository at this point in the history
  • Loading branch information
Comeani authored Sep 4, 2024
1 parent 4a9b4e1 commit 7afa368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/crc_sus.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ 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 end date for most recently expired Resource Allocation Request:\033[0m")
print("Showing remaining service unit amounts for most recently expired Resource Allocation Request:\033[0m")

Check notice on line 69 in apps/crc_sus.py

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

apps/crc_sus.py#L69

Line too long (121/120)
alloc_requests = [get_most_recent_expired_request(keystone_session, group_id)]

per_cluster_totals = get_per_cluster_totals(keystone_session, alloc_requests,
Expand Down

0 comments on commit 7afa368

Please sign in to comment.