cleanup files if panics during hooks - bugfix#1760
cleanup files if panics during hooks - bugfix#1760jensens merged 4 commits intocookiecutter:mainfrom
Conversation
|
Hi! We have re-opened and merged your PR in the Cookieninja project at cookieninja-generator/cookieninja#30 We're trying to bring the life back to this amazing project. Thank you :) |
There was a problem hiding this comment.
@jensens @ericof @browniebroke @pydanny Please merge this PR.
It appears to resolve an existing bug. #1754 can be closed manually after this merges (it is not a linked issue and will not close automatically when this merges).
|
Please don't @ me, while I'm a member of the organisation, I'm not a maintainer of the cookiecutter CLI project. |
|
My apologies!! It won't happen anymore. You're correct, I was looking at members of the organization. Please have a good weekend! |
Addresses #1754.
Fixed bug where files aren't cleaned up during panics, by adding an additional exception catch.