[plugins] meta --> collector

This commit is contained in:
MinchinWeb 2021-05-16 12:30:49 -06:00
parent 0e5748a8e6
commit 65914e2073
5 changed files with 14 additions and 12 deletions

View file

@ -462,7 +462,7 @@ def load_template(context, filename):
full_path = os.path.join("features/data/templates", filename)
exporter = plugins.template_exporter.__exporter_from_file(full_path)
plugins.meta.__exporter_types[exporter.names[0]] = exporter
plugins.collector.__exporter_types[exporter.names[0]] = exporter
@when('we set the keyring password of "{journal}" to "{password}"')