SublimeText / UnitTesting

Testing Sublime Text Packages
MIT License
112 stars 32 forks source link

Ensure output folders exist #243

Closed deathaxe closed 8 months ago

deathaxe commented 8 months ago

This PR...

  1. simplifies output path creation via exist_ok=True
  2. omits removing output file as it is overwritten by open(..., "w")