Closed alexeykarnachev closed 5 years ago
That may indeed be an issue in some cases. I'll fix that when I have time.
Thanks for the heads up :)
This is fixed in v1.5.0: Chatette will ask for confirmation before overwriting the output folder (if it existed). If you need to get the same behavior as before (i.e. no confirmation), use the -f
/--force
command line option.
Hello! I've faced with issue:
python -m chatette template/path -o output/dir
It removesoutput/dir
Please, check lines 96-97 infacade.py
I think it's very strange and dangerous behaviorhttps://github.com/SimGus/Chatette/blob/master/chatette/facade.py#L96
Thank you