3354: Merge branch 'master' into 3354-render-textile
[arvados.git] / services / fuse / arvados_fuse / __init__.py
index ec5e94af57b312ead31f2ffaa1e5ff3c09a15f55..cf14a3b67e74dd8da0347b99c03d3672f220d9c0 100644 (file)
@@ -182,7 +182,7 @@ class CollectionDirectory(Directory):
         self.collection_locator = collection_locator
 
     def same(self, i):
-        return i['uuid'] == self.collection_locator
+        return i['uuid'] == self.collection_locator or i['portable_data_hash'] == self.collection_locator
 
     def update(self):
         try: