Write files directly from yaml.dump
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 17 Jan 2015 01:16:13 +0000 (01:16 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 17 Jan 2015 01:16:13 +0000 (01:16 +0000)
Simplify data file writing by passing a file descriptor directly to
the yaml.dump method rather than unnecessarily passing a string back
out of it and into a separate writer.


No differences found