Modification de TEMP_SECTIONS
This commit is contained in:
parent
c5d854b165
commit
959e2be867
@ -1,7 +1 @@
|
|||||||
{
|
{}
|
||||||
"stephan": {
|
|
||||||
"status": "en cours",
|
|
||||||
"timestamp": 1748358233.0347543,
|
|
||||||
"position": 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|||||||
@ -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"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user