Skip to content
Snippets Groups Projects
Commit 8cc9c99a authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

MAIN: renamed load_converters function and removed references to self

parent 2fdacd93
Branches
Tags
2 merge requests!108Release 0.5.0,!104Create a new scanner module and move functions from crawl module there
......@@ -155,7 +155,8 @@ def _resolve_validator_paths(self, definition: dict, definition_path: str):
return definition
def load_converters(self, definition: dict):
def create_converter_registry(definition: dict):
"""
Currently the converter registry is a dictionary containing for each converter:
- key is the short code, abbreviation for the converter class name
......@@ -166,8 +167,6 @@ def load_converters(self, definition: dict):
directory:
schema.yml file
README.md documentation
TODO: this function does not make use of self, so it could become static.
"""
# Defaults for the converter registry:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment