Github user dankilman commented on a diff in the pull request:

    https://github.com/apache/incubator-ariatosca/pull/20#discussion_r88032773
  
    --- Diff: aria/storage/drivers.py ---
    @@ -370,6 +370,8 @@ def data(self, entry_type, entry_id, path=None):
             :rtype: bytes
             """
             resource = os.path.join(self.directory, entry_type, entry_id, path 
or '')
    +        if not os.path.exists(resource):
    +            raise StorageError("Resource does not exist")
    --- End diff --
    
    add resource to message


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to