forked from viennet/Referentiels
Compare commits
2 Commits
baac9d4fda
...
0938c38547
Author | SHA1 | Date | |
---|---|---|---|
0938c38547 | |||
dd912d2842 |
@ -27,6 +27,10 @@ REPERTOIRE_RESSOURCES_DEFINITIVES = Config.ROOT + "/yaml/ressources"
|
|||||||
REPERTOIRE_SAE_DEFINITIVES = Config.ROOT + "/yaml/saes"
|
REPERTOIRE_SAE_DEFINITIVES = Config.ROOT + "/yaml/saes"
|
||||||
REPERTOIRE_HTML = Config.ROOT + "/html/export"
|
REPERTOIRE_HTML = Config.ROOT + "/html/export"
|
||||||
|
|
||||||
|
# Créer le dossier html/export s'il n'existe pas
|
||||||
|
if not os.path.exists(REPERTOIRE_HTML):
|
||||||
|
os.makedirs(REPERTOIRE_HTML)
|
||||||
|
|
||||||
# Chargement des ressources : depuis les versions définitives du répertoire yaml d'abord,
|
# Chargement des ressources : depuis les versions définitives du répertoire yaml d'abord,
|
||||||
# puis dans python/export si manquantes
|
# puis dans python/export si manquantes
|
||||||
fichiers_definitifs = [ os.path.split(x)[1] for x in glob.glob(REPERTOIRE_RESSOURCES_DEFINITIVES+'/*.yml') ] #nom fichier dans yaml/ressources
|
fichiers_definitifs = [ os.path.split(x)[1] for x in glob.glob(REPERTOIRE_RESSOURCES_DEFINITIVES+'/*.yml') ] #nom fichier dans yaml/ressources
|
||||||
|
Loading…
Reference in New Issue
Block a user