Redmine #1487: minor bugs and refactoring

This commit is contained in:
2021-03-25 10:57:19 +01:00
parent 92fa061dfc
commit 51f5e14ee9
2 changed files with 8 additions and 14 deletions

View File

@@ -31,4 +31,4 @@ if (__name__ == '__main__'):
elif (part_name == 'validate_dictionary'):
runner.validate_dictionary(input_file_name)
elif (part_name == 'all'):
runner.run_all(input_file_name, output_file_name, nlp, structure_file_name)
runner.run_all(input_file_name, output_file_name, structure_file_name)