etherlab/EthercatMaster.py
changeset 2133 ba0b2ca7db26
parent 2127 32255ca50fb0
child 2135 ca1c34ff6c10
child 2137 b65abacdbdf9
--- a/etherlab/EthercatMaster.py	Mon Apr 22 23:54:22 2013 +0200
+++ b/etherlab/EthercatMaster.py	Wed Apr 24 17:27:31 2013 +0200
@@ -636,7 +636,7 @@
     def CTNTestModified(self):
         return self.ChangesToSave or not self.ModelIsSaved()    
 
-    def OnCTNSave(self):
+    def OnCTNSave(self, from_project_path=None):
         config_filepath = self.ConfigFileName()
         
         config_text = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?>\n"