data icon indicating copy to clipboard operation
data copied to clipboard

Bug Fix: Fixed FileExistsError

Open knoriy opened this issue 2 years ago • 0 comments

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 dirname exists and modified to use built-in os.makedirs feature for checking if dirname exists

knoriy avatar Jun 16 '23 10:06 knoriy