1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00
This commit is contained in:
Kelly Brazil
2024-02-04 15:25:49 -08:00
parent 77bcd616cd
commit cf77ddc396

View File

@ -10,8 +10,7 @@ def _open_file(file_path, ext):
def _get_base_dir(file_path):
THIS_DIR = os.path.dirname(os.path.abspath(file_path))
return THIS_DIR
return os.path.dirname(os.path.abspath(file_path))
def _get_parser_name_from_path(parser_path):