googlefonts / sfntly

A Library for Using, Editing, and Creating SFNT-based Fonts
451 stars 162 forks source link

Clean up try-finally blocks. #86

Closed rillig closed 7 years ago

rillig commented 7 years ago

Closing a stream is only possible when the stream has been assigned to a variable. This makes the code a little shorter.