Skip to content

Commit 51129c7

Browse files
committed
fix comment
1 parent f62d81d commit 51129c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/towncrier/_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ def find_fragments(
179179

180180
if (
181181
config.issue_pattern
182-
and issue # doesn't start with +
182+
and issue # not orphan
183183
and not re.fullmatch(config.issue_pattern, issue)
184184
):
185185
raise ClickException(

0 commit comments

Comments
 (0)