Closed iLLiCiTiT closed 3 months ago
Use exist_ok=True when os.makedirs is called.
exist_ok=True
os.makedirs
Simplifies the code and also makes it more safe.
Changelog Description
Use
exist_ok=True
whenos.makedirs
is called.Additional info
Simplifies the code and also makes it more safe.
Testing notes: