whotracksme / whotracks.me

Data from the largest and longest measurement of online tracking.
https://www.ghostery.com/whotracksme
MIT License
414 stars 73 forks source link

Make creating directories more robust #260

Closed philipp-classen closed 2 years ago

philipp-classen commented 2 years ago

Make it less likely that multiple processes fail to create directories, which can sometimes break tests or builds.

(The option came in Python >=3.5. At least, it seems to be intended to be race-free: https://bugs.python.org/issue21082 if the discussion applies to os.mkdir, too)

Closes #259