projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed43a20
)
R script
author
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Tue, 12 Jul 2016 12:38:57 +0000
(14:38 +0200)
committer
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Tue, 12 Jul 2016 12:38:57 +0000
(14:38 +0200)
PrintRScript.py
patch
|
blob
|
history
diff --git
a/PrintRScript.py
b/PrintRScript.py
index
f0a2390
..
1319293
100644
(file)
--- a/
PrintRScript.py
+++ b/
PrintRScript.py
@@
-18,7
+18,7
@@
class PrintRScript :
self.pathout = analyse.pathout
self.analyse = analyse
self.parametres = analyse.parametres
- self.scriptout = self.pathout['
temp
']
+ self.scriptout = self.pathout['
lastRscript.R
']
self.script = u"#Script genere par IRaMuTeQ - %s\n" % datetime.now().ctime()
def add(self, txt) :