Thom1729 / YAML-Macros

A macro system for YAML files powered by Python. Intended for Sublime Text development.
MIT License
21 stars 3 forks source link

Use with context manager to handle file access #14

Closed jcberquist closed 7 years ago

jcberquist commented 7 years ago

Currently, after the build completes the output file is not closed, and so it remains locked and is unable to be edited by other processes.

Thom1729 commented 7 years ago

Thanks!