--- OSAS/OSA_system/OSAS_addfiles.py 2003/12/05 14:57:03 1.13 +++ OSAS/OSA_system/OSAS_addfiles.py 2004/01/21 07:43:01 1.14 @@ -211,7 +211,7 @@ class OSAS_add_contextData(Folder): urllib.urlopen(self.REQUEST['SERVER_URL']+path+"/index.meta") except: - return "index.meta file has to exist!" + return self.REQUEST['SERVER_URL']+path+"/index.meta file has to exist!" links=[(path,'standard storage')] @@ -222,7 +222,7 @@ class OSAS_add_contextData(Folder): return pt() - def addContextData2(self,path,collection,context,science,practice,source_type,period,link,label,description,content_type,responsible,credits,weight): + def addContextData2(self,path,collection,context,science,practice,source_type,period,link,label,description,content_type,responsible,weight,credits=None): """Hinzufuegen der Resource""" splitted=path.split("/") #print "BLU"