ynput / ayon-launcher

AYON desktop application launcher
Apache License 2.0
31 stars 13 forks source link

Chore: Use 'exist_ok' when directory is created #143

Closed iLLiCiTiT closed 1 month ago

iLLiCiTiT commented 1 month ago

Changelog Description

Use exist_ok=True when os.makedirs is called.

Additional info

Simplifies the code and also makes it more safe.

Testing notes:

  1. AYON launcher is capable of creating all folders that are necessary to be created.