Skip to content

Commit cab1150

Browse files
committed
Update patch for redport
1 parent 35a6012 commit cab1150

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

{{ cookiecutter.project_slug }}/.redport/patches/disable-install-step.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/hooks/post_gen_project.py b/hooks/post_gen_project.py
2-
index f7e520b..6d03107 100644
2+
index d40d99c..d1241e2 100644
33
--- a/hooks/post_gen_project.py
44
+++ b/hooks/post_gen_project.py
55
@@ -1,24 +1,5 @@
@@ -27,9 +27,9 @@ index f7e520b..6d03107 100644
2727

2828
shutil.rmtree('licenses')
2929

30-
@@ -27,56 +8,3 @@ os.remove('.vscode/launch.json')
31-
os.remove('{{ cookiecutter.project_slug }}/__main__.py')
30+
@@ -28,56 +9,3 @@ os.remove('{{ cookiecutter.project_slug }}/__main__.py')
3231
os.remove('{{ cookiecutter.project_slug }}/cli.py')
32+
os.remove('{{ cookiecutter.project_slug }}/fire_workarounds.py')
3333
{% endif -%}
3434
-
3535
-{%- if cookiecutter.install_dependencies_now == "y" %}

0 commit comments

Comments
 (0)