Modification de TEMP_SECTIONS

This commit is contained in:
Fabrication du Numérique 2025-05-28 14:41:02 +02:00
parent c5d854b165
commit 959e2be867
2 changed files with 2 additions and 8 deletions

View File

@ -1,7 +1 @@
{ {}
"stephan": {
"status": "en cours",
"timestamp": 1748358233.0347543,
"position": 0
}
}

View File

@ -15,7 +15,7 @@ CORPUS_DIR = BASE_DIR.parent / "Corpus"
THRESHOLDS_PATH = BASE_DIR.parent / "assets" / "config.yaml" THRESHOLDS_PATH = BASE_DIR.parent / "assets" / "config.yaml"
REFERENCE_GRAPH_PATH = BASE_DIR.parent / "schema.txt" REFERENCE_GRAPH_PATH = BASE_DIR.parent / "schema.txt"
GRAPH_PATH = BASE_DIR.parent / "graphe.dot" GRAPH_PATH = BASE_DIR.parent / "graphe.dot"
TEMP_SECTIONS = BASE_DIR / "temp_sections" TEMP_SECTIONS = BASE_DIR.parent / "temp_sections"
session_uuid = init_uuid() session_uuid = init_uuid()
TEMPLATE_PATH = TEMP_SECTIONS / f"rapport_final - {session_uuid}.md" TEMPLATE_PATH = TEMP_SECTIONS / f"rapport_final - {session_uuid}.md"