projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43c6fca
)
correction for graphicis on specificities
author
pierre
<ratinaud@univ-tlse2.fr>
Fri, 5 Jun 2020 15:05:01 +0000
(17:05 +0200)
committer
pierre
<ratinaud@univ-tlse2.fr>
Fri, 5 Jun 2020 15:05:01 +0000
(17:05 +0200)
layout.py
patch
|
blob
|
history
diff --git
a/layout.py
b/layout.py
index
4ea02da
..
90c9a61
100644
(file)
--- a/
layout.py
+++ b/
layout.py
@@
-799,6
+799,7
@@
class dolexlayout :
self.TabStat.corpus = self.corpus
self.TabStat.etoiles = self.etoiles
+ self.TabStat.pathout = self.pathout
if os.path.exists(os.path.join(self.parametres['pathout'], 'tgenspec.csv')) :
self.parametres['tgenspec'] = os.path.join(self.parametres['pathout'], 'tgenspec.csv')
TgenLayout(self.TabStat)