diff --git a/git_cl.py b/git_cl.py index 5b0f00aee..33517b96d 100755 --- a/git_cl.py +++ b/git_cl.py @@ -4810,7 +4810,7 @@ def CMDtry(parser, args): error_message = cl.CannotTriggerTryJobReason() if error_message: - parser.error('Can\'t trigger try jobs: %s') + parser.error('Can\'t trigger try jobs: %s' % error_message) if not options.name: options.name = cl.GetBranch()