diff --git a/cli/testflinger_cli/__init__.py b/cli/testflinger_cli/__init__.py index 37171606..fd5d74fa 100644 --- a/cli/testflinger_cli/__init__.py +++ b/cli/testflinger_cli/__init__.py @@ -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." )