From: Pierre Ratinaud Date: Sun, 21 Dec 2014 14:19:45 +0000 (+0100) Subject: ... X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=commitdiff_plain;h=8707b110009cd64ed7b74e487f2e66335aa13778 ... --- diff --git a/layout.py b/layout.py index 7992583..0d4cac8 100644 --- a/layout.py +++ b/layout.py @@ -1214,7 +1214,7 @@ class SimiLayout(DefaultTextLayout) : E(graph)$weight <- graph.simi$we.width write.graph(graph, fileout, format = 'graphml') #saveAsGEXF(graph, filepath = fileout) - """ % (self.pathout['RData.RData'], self.parent.RscriptsPath['simi'], fileout) + """ % (ffr(self.pathout['RData.RData']), ffr(self.parent.RscriptsPath['simi']), fileout) filetmp = tempfile.mktemp() with open(filetmp, 'w') as f : f.write(txt) @@ -1457,7 +1457,7 @@ class SimiMatLayout(DefaultMatLayout) : E(graph)$weight <- graph.simi$we.width write.graph(graph, fileout, format = 'graphml') #saveAsGEXF(graph, filepath = fileout) - """ % (self.pathout['RData.RData'], self.parent.RscriptsPath['simi'], fileout) + """ % (ffr(self.pathout['RData.RData']), ffr(self.parent.RscriptsPath['simi']), fileout) filetmp = tempfile.mktemp() with open(filetmp, 'w') as f : f.write(txt)