We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0020618 commit be0e13cCopy full SHA for be0e13c
hooks/post_gen_project.py
@@ -16,8 +16,8 @@ def remove_file(filepath):
16
17
plugin_type = "{{ cookiecutter.plugin_type }}".lower()
18
19
-VALID_PLUGIN_TYPES = ["importer", "diagnostic", "ensemblestat"]
+VALID_PLUGIN_TYPES = ["importer", "diagnostic"]#, "ensemblestat"]
20
# Remove the plugin type that was not selected
21
for plugin in VALID_PLUGIN_TYPES:
22
if plugin != plugin_type:
23
- shutil.rmtree(f"{{ cookiecutter.project_slug }}/{plugin}")
+ shutil.rmtree(f"{{ cookiecutter.project_slug }}/{plugin}")
0 commit comments