Skip to content

Commit c0e83a4

Browse files
authored
Apply suggestion from @Maffooch
1 parent cc0c330 commit c0e83a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dojo/jira_link/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ def push_finding_group_to_jira(finding_group, *args, **kwargs):
787787
# Look for findings that have single ticket associations seperate from the group
788788
for finding in finding_group.findings.filter(jira_issue__isnull=False):
789789
update_jira_issue(finding, *args, **kwargs)
790-
#Update the jira issue for the group
790+
# Update the jira issue for the group
791791
return update_jira_issue(finding_group, *args, **kwargs)
792792
return add_jira_issue(finding_group, *args, **kwargs)
793793

0 commit comments

Comments
 (0)