From: yomguy Date: Thu, 26 Jul 2012 11:23:55 +0000 (+0200) Subject: fix path X-Git-Tag: 0.9~46 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f58e744008f286bf6be75f09105ffd20306d4a16;p=telecaster-client.git fix path --- diff --git a/telecaster/models.py b/telecaster/models.py index 5d35585..01e031b 100644 --- a/telecaster/models.py +++ b/telecaster/models.py @@ -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()