projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c936643
)
windows
author
pierre
<pierre.ratinaud@univ-tlse2.fr>
Thu, 1 Feb 2024 23:00:36 +0000
(
00:00
+0100)
committer
pierre
<pierre.ratinaud@univ-tlse2.fr>
Thu, 1 Feb 2024 23:00:36 +0000
(
00:00
+0100)
textaslexico.py
patch
|
blob
|
history
diff --git
a/textaslexico.py
b/textaslexico.py
index
ff1bc49
..
14f054b
100644
(file)
--- a/
textaslexico.py
+++ b/
textaslexico.py
@@
-148,7
+148,7
@@
class Lexico(AnalyseText) :
save.image("%s")
""" % ffr(self.dictpathout['RData'])
tmpfile = tempfile.mktemp(dir=self.parent.TEMPDIR)
- tmpscript = open(tmpfile, 'w')
+ tmpscript = open(tmpfile, 'w'
,encoding='utf8'
)
tmpscript.write(txt)
tmpscript.close()
self.doR(tmpfile, dlg = self.dlg, message = 'R...')