]> git.parisson.com Git - telecaster-client.git/commitdiff
fix path
authoryomguy <yomguy@parisson.com>
Thu, 26 Jul 2012 11:23:55 +0000 (13:23 +0200)
committeryomguy <yomguy@parisson.com>
Thu, 26 Jul 2012 11:23:55 +0000 (13:23 +0200)
telecaster/models.py

index 5d35585e60d72b46e28f265f8609fc4d00203bfd..01e031b9206215ba837805991c132f5eb4ca77eb 100644 (file)
@@ -172,7 +172,7 @@ class Station(Model):
         self.deefuzzer_xml = dicttoxml(self.conf)
 
     def deefuzzer_write_conf(self):
-        conf_file = open(self.deefuzzer_file,'w')
+        conf_file = open(self.deefuzzer_file.path,'w')
         conf_file.write(self.deefuzzer_xml)
         conf_file.close()