Skip to content

Commit

Permalink
Update error message
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Larson <[email protected]>
  • Loading branch information
val500 and plars authored Dec 9, 2024
1 parent 04bad39 commit 26453a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/testflinger_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,8 @@ def submit_job_data(self, data: dict, headers: dict = None):
if exc.status == 403:
sys.exit(
"Received 403 error from server with reason "
f"{exc.msg}The specified client credentials do "
f"{exc.msg}"
"The specified client credentials do "
"not have sufficient permissions for the resource(s) "
"you are trying to access."
)
Expand Down

0 comments on commit 26453a3

Please sign in to comment.