Loading eol_json_parser.py +1 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ def main(argv): inputfile = app_config.get("INPUT_FILE_NAME") output_folder = app_config.get("OUTPUT_FOLDER_NAME") tree = False scores = False try: opts, _ = getopt.getopt(argv, "hsti:o:", ["ifile=", "ofile=", "tree","scores"]) Loading Loading
eol_json_parser.py +1 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ def main(argv): inputfile = app_config.get("INPUT_FILE_NAME") output_folder = app_config.get("OUTPUT_FOLDER_NAME") tree = False scores = False try: opts, _ = getopt.getopt(argv, "hsti:o:", ["ifile=", "ofile=", "tree","scores"]) Loading