We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96ac0af commit c4c0918Copy full SHA for c4c0918
1 file changed
hooks/post_gen_project.py
@@ -1,8 +1,7 @@
1
-import os
2
import shutil
3
from pathlib import Path
4
5
-project_dir = Path.cwd().parent / "{{ cookiecutter.project_name }}"
+project_dir = Path.cwd()
6
7
def remove(path: Path) -> None:
8
if path.is_file():
0 commit comments