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 392036d commit c4861f4Copy full SHA for c4861f4
src/io.py
@@ -86,7 +86,7 @@ def parse_input(self) -> Options:
86
ignore_branches = []
87
88
allowed_prefixes_raw: str = "" if args.allowed_prefixes is None else args.allowed_prefixes
89
- allowed_prefixes = args.allowed_prefixes_raw.split(',')
+ allowed_prefixes = allowed_prefixes_raw.split(',')
90
if allowed_prefixes == ['']:
91
allowed_prefixes = []
92
0 commit comments