projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d85bcc5
)
chronology for windows
author
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Mon, 24 Apr 2017 08:49:36 +0000
(10:49 +0200)
committer
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Mon, 24 Apr 2017 08:49:36 +0000
(10:49 +0200)
PrintRScript.py
patch
|
blob
|
history
diff --git
a/PrintRScript.py
b/PrintRScript.py
index
a2dde7f
..
10f6b88
100644
(file)
--- a/
PrintRScript.py
+++ b/
PrintRScript.py
@@
-1434,7
+1434,7
@@
class ChronoPropScript(PrintRScript) :
dendrof <- "%s"
load(inRData)
load(dendrof)
- """ % (
self.pathout['RData.RData'], self.pathout['dendrogramme.RData']
)
+ """ % (
ffr(self.pathout['RData.RData']), ffr(self.pathout['dendrogramme.RData'])
)
txt += """
svg <- %s
""" % self.parametres['svg']