Closed nmaarnio closed 1 month ago
Processing folder gets always created, even if unwanted. This is likely due to incorrect folder name here: remove_dir("{{cookiecutter.project_directory}}/processing"). There are also references to the created provider in plugin.py that persist.
remove_dir("{{cookiecutter.project_directory}}/processing")
plugin.py
Processing folder gets always created, even if unwanted. This is likely due to incorrect folder name here:
remove_dir("{{cookiecutter.project_directory}}/processing")
. There are also references to the created provider inplugin.py
that persist.