mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-17 01:32:37 +02:00
set parser_name for magic syntax use
This commit is contained in:
@ -556,6 +556,7 @@ def main():
|
|||||||
# find the correct parser
|
# find the correct parser
|
||||||
if magic_found_parser:
|
if magic_found_parser:
|
||||||
parser = parser_module(magic_found_parser)
|
parser = parser_module(magic_found_parser)
|
||||||
|
parser_name = parser_shortname(magic_found_parser)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
found = False
|
found = False
|
||||||
|
Reference in New Issue
Block a user