--- OSAS/OSA_system/OSAS_show.py 2003/10/09 08:11:46 1.5 +++ OSAS/OSA_system/OSAS_show.py 2003/10/09 08:21:16 1.6 @@ -82,7 +82,10 @@ class OSAS_StoreOnline(SimpleItem): def readContexts(self,path): """Zeige Contexte""" - return readContexts(path) + if os.path.exists(path+"/index.meta"): + return readContexts(path) + else: + return [] def getfilesystem2(self,start,reload=0): """load filesystem"""