We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb5abb commit 1e6dd0fCopy full SHA for 1e6dd0f
src/blurb/blurb.py
@@ -493,7 +493,7 @@ def finish_entry():
493
if "gh-issue" not in metadata and "bpo" not in metadata:
494
throw("'gh-issue:' or 'bpo:' must be specified in the metadata!")
495
496
- if not 'section' in metadata:
+ if 'section' not in metadata:
497
throw("No 'section' specified. You must provide one!")
498
499
self.append((metadata, text))
0 commit comments