1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-15 01:24:29 +02:00

set parser_name for magic syntax use

This commit is contained in:
Kelly Brazil
2021-05-12 11:36:27 -07:00
parent da528e7814
commit b5a5d5b133

View File

@ -556,6 +556,7 @@ def main():
# find the correct parser
if magic_found_parser:
parser = parser_module(magic_found_parser)
parser_name = parser_shortname(magic_found_parser)
else:
found = False