We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a6012 commit cab1150Copy full SHA for cab1150
1 file changed
{{ cookiecutter.project_slug }}/.redport/patches/disable-install-step.patch
@@ -1,5 +1,5 @@
1
diff --git a/hooks/post_gen_project.py b/hooks/post_gen_project.py
2
-index f7e520b..6d03107 100644
+index d40d99c..d1241e2 100644
3
--- a/hooks/post_gen_project.py
4
+++ b/hooks/post_gen_project.py
5
@@ -1,24 +1,5 @@
@@ -27,9 +27,9 @@ index f7e520b..6d03107 100644
27
28
shutil.rmtree('licenses')
29
30
-@@ -27,56 +8,3 @@ os.remove('.vscode/launch.json')
31
- os.remove('{{ cookiecutter.project_slug }}/__main__.py')
+@@ -28,56 +9,3 @@ os.remove('{{ cookiecutter.project_slug }}/__main__.py')
32
os.remove('{{ cookiecutter.project_slug }}/cli.py')
+ os.remove('{{ cookiecutter.project_slug }}/fire_workarounds.py')
33
{% endif -%}
34
-
35
-{%- if cookiecutter.install_dependencies_now == "y" %}
0 commit comments