Differences From Artifact [040b9153d1]:
- File gc_lang/fr/build_data.py — part of check-in [8e027f2791] at 2017-06-03 20:31:56 on branch trunk — [fr] mise à jour des dictionnaires + recompilation des données (user: olr, size: 13156) [annotate] [blame] [check-ins using]
To Artifact [9294fbef92]:
- File gc_lang/fr/build_data.py — part of check-in [c22a4e0f49] at 2017-06-08 16:46:58 on branch genfrdic — [fr] build data: option to copy generated files to Grammalecte (user: olr, size: 13160) [annotate] [blame] [check-ins using] [more...]
︙ | |||
24 25 26 27 28 29 30 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | - + | def __exit__ (self, etype, value, traceback): os.chdir(self.savedPath) def makeDictionaries (sp, sVersion): with cd(sp+"/dictionnaire"): |
︙ |