Skip to content

Commit

Permalink
Use dummy parser for attack_vector to fix string extraction script er…
Browse files Browse the repository at this point in the history
  • Loading branch information
Qrox authored May 11, 2024
1 parent 15c4984 commit bc9c909
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lang/string_extractor/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def dummy_parser(json, origin):
"anatomy": dummy_parser,
"armor": parse_generic,
"ascii_art": dummy_parser,
"attack_vector": dummy_parser,
"battery": parse_generic,
"behavior": dummy_parser,
"bionic": parse_bionic,
Expand Down

0 comments on commit bc9c909

Please sign in to comment.