Skip to content

Commit

Permalink
Update LeasePastExpirationError message
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Powers committed Dec 11, 2024
1 parent b8fab2c commit 48360c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion balance_service/enforcement/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ class BillingError(EnforcementException):


class LeasePastExpirationError(EnforcementException):
msg_fmt = "Cannot create reservation beyond allocation expiration date"
msg_fmt = "Cannot create a lease beyond Chameleon project expiration date. Please ask your PI to request an allocation renewal. https://chameleoncloud.readthedocs.io/en/latest/user/project.html#recharge-or-extend-your-allocation"

0 comments on commit 48360c3

Please sign in to comment.