Skip to content

Commit

Permalink
fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum committed Apr 19, 2024
1 parent 2fe7451 commit 7ac90d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsp_permissions_scripts/models/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class SpecifiedPropsNotEmptyError(Exception):

@dataclass
class OapRetrieveConfigEmptyError(Exception):
message: str = "retrieve_resources cannot be False if retrieve_values is 'none'"
message: str = "retrieve_resources cannot be 'none' if retrieve_values is 'none'"


@dataclass
Expand Down

0 comments on commit 7ac90d7

Please sign in to comment.