plugins/canfestival/canfestival.py
changeset 172 8eefeccbd021
parent 169 8e87b69286c0
child 174 dc81d1d0f463
--- a/plugins/canfestival/canfestival.py	Wed Jun 25 17:11:47 2008 +0200
+++ b/plugins/canfestival/canfestival.py	Wed Jun 25 17:32:53 2008 +0200
@@ -127,7 +127,9 @@
         res = gen_cfile.GenerateFile(Gen_OD_path, slave, pointers)
         if res :
             raise Exception, res
-        self.ExportCurrentToEDSFile(os.path.join(buildpath, "Slave_%s.eds"%prefix))
+        res = eds_utils.GenerateEDSFile(os.path.join(buildpath, "Slave_%s.eds"%prefix), slave)
+        if res :
+            raise Exception, res
         return [(Gen_OD_path,canfestival_config.getCFLAGS(CanFestivalPath))],"",False
 
 #--------------------------------------------------