R script
authorPierre Ratinaud <ratinaud@univ-tlse2.fr>
Tue, 12 Jul 2016 12:38:57 +0000 (14:38 +0200)
committerPierre Ratinaud <ratinaud@univ-tlse2.fr>
Tue, 12 Jul 2016 12:38:57 +0000 (14:38 +0200)
PrintRScript.py

index f0a2390..1319293 100644 (file)
@@ -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) :