Mercurial > hg > MPIWGWeb
diff MPIWGProjects.py @ 229:d4216a848547
fixed problem that reading the project tree changes it.
author | casties |
---|---|
date | Tue, 05 Nov 2013 15:38:25 +0100 |
parents | afc96bc56817 |
children | 649f74b167e6 |
line wrap: on
line diff
--- a/MPIWGProjects.py Tue Nov 05 13:58:45 2013 +0100 +++ b/MPIWGProjects.py Tue Nov 05 15:38:25 2013 +0100 @@ -1876,7 +1876,7 @@ """Return the project hierarchy tree (and cache it). Returns HashTree instance.""" - tree = self._v_projectTree + tree = self._v_projectTree if tree is None: tree = HashTree(keySeparator='.', keyFn=getInt) for p in self.objectValues(spec='MPIWGProject'):