Convert output handle checks to try blocks

Issue #119 resolved
Jason Vander Heiden created an issue

Currently using if statements to check that handles/writers are open before opening. These should be try/except blocks around the write statements instead, because it's better to ask for forgiveness instead of permission.

Comments (1)

  1. Log in to comment