Skip to content

Commit c92e98c

Browse files
jira: fix linting warnings
1 parent 4593d68 commit c92e98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dojo/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ def add_issue(find, push_to_jira):
994994
logger.debug('adding issue: ' + str(find))
995995
eng = Engagement.objects.get(test=find.test)
996996
prod = Product.objects.get(engagement=eng)
997-
997+
998998
if JIRA_PKey.objects.filter(product=prod).count() == 0:
999999
log_jira_alert('Finding cannot be pushed to jira as there is no jira configuration for this product.', find)
10001000
return

0 commit comments

Comments
 (0)