Published
- 1 min read
os makedirs exist_ok
The solution for this is noted below
os makedirs exist_ok
Solution
If exist_ok is False (the default), a FileExistsError is raised if the
target directory already exists.
Try other methods by searching on the site. That is if this doesn’t work