Differences From Artifact [7c1521954d]:
- File gc_lang/fr/dictionnaire/genfrdic.py — part of check-in [652870dcf1] at 2025-11-24 16:56:04 on branch trunk — [build][fr] drop the obsolete distutils library and fix the thesaurus builder (user: olr, size: 66859) [annotate] [blame] [check-ins using]
To Artifact [48e0746ca6]:
- File gc_lang/fr/dictionnaire/genfrdic.py — part of check-in [fc398bebae] at 2025-11-24 17:40:36 on branch trunk — [build][fr] create folders recursively (user: olr, size: 66877) [annotate] [blame] [check-ins using]
| ︙ | |||
195 196 197 198 199 200 201 | 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 | - + |
else:
print("# Error: file not found.")
def createFolder (sp):
"make a folder if it doesn’t exist; don’t change anything if it exists"
if not os.path.exists(sp):
|
| ︙ |