google/capirca

Files that are being opened by capirca are not being closed appropriately

cryptaliagy opened this issue · 0 comments

Files that are being opened should be closed appropriately after use by utilizing a context manager for the file handler.

PR #195 handles this for the naming module
PR #197 handles this for the policy module