Skip to content

Commit 2022eb4

Browse files
committed
Fixed ValueError
1 parent 9373c0b commit 2022eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: bugbug/bug_features.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ def __init__(self):
925925

926926
valid_extensions = set(ext.lstrip(".") for ext in mimetypes.types_map.keys())
927927

928-
valid_extensions = set(
928+
valid_extensions.update(
929929
ext[2:] for (_, _, exts, *_) in get_all_lexers() for ext in exts
930930
)
931931

0 commit comments

Comments
 (0)