Skip to content

Commit

Permalink
Fixed ValueError
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminmah committed Oct 28, 2024
1 parent 9373c0b commit 2022eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugbug/bug_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ def __init__(self):

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

valid_extensions = set(
valid_extensions.update(
ext[2:] for (_, _, exts, *_) in get_all_lexers() for ext in exts
)

Expand Down

0 comments on commit 2022eb4

Please sign in to comment.