Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dorschw committed Aug 6, 2024
1 parent f62d81d commit 51129c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/towncrier/_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def find_fragments(

if (
config.issue_pattern
and issue # doesn't start with +
and issue # not orphan
and not re.fullmatch(config.issue_pattern, issue)
):
raise ClickException(
Expand Down

0 comments on commit 51129c7

Please sign in to comment.