data
data copied to clipboard
Bug Fix: Fixed FileExistsError
Fixed bug where multiple workers try to write to the same folder that doesn't exist yet, it causes a FileExistsError because a different work already created the directory structure.
Fixes #{1186}
Changes
- Removed if statement which checks if
dirnameexists and modified to use built-inos.makedirsfeature for checking ifdirnameexists