Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only error if directory really does not exist
On Windows, a user is getting an error from makedirs() with the argument of the current directory '.'. Per the comments in a more recent `os.py` let’s refuse to error out if the directory exists. Hopefully, fix #283.
- Loading branch information