[hdf-compass] 13/295: Fix glitch in array:// virtual store

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun May 8 10:35:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/master
in repository hdf-compass.

commit f9f35e928e232d05b8a7e75ea9c4b58a7a9e13bd
Author: Andrew Collette <andrew.collette at gmail.com>
Date:   Tue Jul 1 08:54:57 2014 -0600

    Fix glitch in array:// virtual store
---
 array_model/__init__.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/array_model/__init__.py b/array_model/__init__.py
index e453ab7..86fa4e2 100644
--- a/array_model/__init__.py
+++ b/array_model/__init__.py
@@ -58,6 +58,10 @@ class ArrayStore(compass_model.Store):
     def root(self):
         return ArrayContainer(self, None)
 
+    @property
+    def valid(self):
+        return True
+        
     @staticmethod
     def canhandle(url):
         if url == "array://localhost":

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/hdf-compass.git



More information about the debian-science-commits mailing list