You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 14, 2019. It is now read-only.
bug #139 Don't create README.md on cleanup (xelaris)
This PR was merged into the 1.0-dev branch.
Discussion
----------
Don't create README.md on cleanup
In case of an exception, e.g. when typing an invalid version number, the `cleanUp` method gets called. Since the `README.md` file was dumped there, the target directory wasn't empty on the next try, so it wasn't possible to re-run the command without manually removing the file.
Commits
-------
a4198d6 Don't create README.md on cleanup
0 commit comments