SNSystems / dexter

DExTer - Debug Experience Tester
MIT License
33 stars 6 forks source link

Prevent FileExistsError when creating results and working directories #67

Closed OCHyams closed 4 years ago

OCHyams commented 4 years ago

It is clear from the surrounding code that the intent is to only create the 'working directory' if it doesn't already exist (i.e. using an existing directory is okay). However, without this patch, if multiple dexter instances try to create the directory simultaneously one will raise FileExistsError.