forked from viennet/Referentiels
Compare commits
No commits in common. "0938c385472877efe7b2832c31ac4e2f3060eecc" and "baac9d4fda9850cab47df41e821e82c69ee7000d" have entirely different histories.
0938c38547
...
baac9d4fda
@ -27,10 +27,6 @@ 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