From c285ec1db5fe3deb0d3ee1933ea71b8eff388c6d Mon Sep 17 00:00:00 2001 From: Tomas Hrcka Date: Jul 22 2021 07:23:04 +0000 Subject: Make the comment less cryptic Signed-off-by: Tomas Hrcka --- diff --git a/fedscm_admin/bugzilla.py b/fedscm_admin/bugzilla.py index 5cb7b16..5cb945c 100644 --- a/fedscm_admin/bugzilla.py +++ b/fedscm_admin/bugzilla.py @@ -178,8 +178,8 @@ class BugzillaClient(object): 'is not tied to a user in FAS. Group membership ' 'can\'t be validated.'.format(bug.creator)) if not FAS_CLIENT.user_member_of(fas_submitter, 'packager'): - raise ValidationError('The Bugzilla bug\'s review ' - 'is submitted by a user that is ' + raise ValidationError('The Bugzilla ' + 'is created by a user that is ' 'not a packager') # Setter will be an empty string and emails will not be shown # if the user is not logged in. This is why we check for