Github user tliron commented on a diff in the pull request:
https://github.com/apache/incubator-ariatosca/pull/207#discussion_r153014418
--- Diff: aria/parser/reading/reader.py ---
@@ -28,16 +28,9 @@ def __init__(self, context, location, loader):
def load(self):
with OpenClose(self.loader) as loader:
--- End diff --
If you can refactor this to make it use context manager and still be clear,
please show me.---
