Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lempira committed Nov 22, 2024
1 parent 8f7cccd commit 8c92762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template_content/post_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def main():
try:
shutil.rmtree(project_dir)
except:
pass
print(f"Failed to clean up {project_dir}", file=sys.stderr)

sys.exit(1)

Expand Down

0 comments on commit 8c92762

Please sign in to comment.