Skip to content

Commit

Permalink
fix post-gen for python
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Nov 23, 2022
1 parent 9eb9e42 commit cf5f2c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions hooks/post_gen_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ def check_python():
else:
fp.unlink(missing_ok=True)

# TODO: if python, then service.cli has to be removed!
if is_pyconfig:
shutil.rmtree("service.cli")


def main():
Expand All @@ -100,7 +101,6 @@ def main():
with context_print("Adding config for selected external repository"):
create_repo_folder()


except Exception as exc: # pylint: disable=broad-except
print("ERROR", exc)
return os.EX_SOFTWARE
Expand Down
6 changes: 0 additions & 6 deletions {{cookiecutter.project_slug}}/requirements-dev.txt

This file was deleted.

0 comments on commit cf5f2c6

Please sign in to comment.