--- OSAS/OSA_system/OSAS_addfiles.py 2004/06/22 06:39:04 1.33 +++ OSAS/OSA_system/OSAS_addfiles.py 2004/06/23 13:01:14 1.34 @@ -514,6 +514,9 @@ class OSAS_combineTextImage(Folder): def combineTextImage2(self,path): """Eingabe von Metadateninformationen""" + + # correct path + path=re.sub("//","/",path) OSAS_add.combineTextImage2(self,path) # Add images splitted=path.split("/") linkPath=splitted[len(splitted)-1]