From 6758225518b982965bab0d0efdfefcb5fec61ff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9o=20Baras?= Date: Thu, 15 Apr 2021 13:50:47 +0200 Subject: [PATCH] Correction ligne de commances --- python/export_docx_to_yaml.py | 2 +- python/export_sae_docx_to_yaml.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/export_docx_to_yaml.py b/python/export_docx_to_yaml.py index c65ac50..4cf5b52 100644 --- a/python/export_docx_to_yaml.py +++ b/python/export_docx_to_yaml.py @@ -16,7 +16,7 @@ parser = argparse.ArgumentParser( parser.add_argument( "DOCUMENT", nargs="?", - default=REPERTOIRE + "/" + "ressources_v4" + ".docx" + default=REPERTOIRE + "/" + "ressources_v0" + ".docx" ) parser.add_argument( "-o", diff --git a/python/export_sae_docx_to_yaml.py b/python/export_sae_docx_to_yaml.py index 055ddfa..578de27 100644 --- a/python/export_sae_docx_to_yaml.py +++ b/python/export_sae_docx_to_yaml.py @@ -16,7 +16,7 @@ parser = argparse.ArgumentParser( parser.add_argument( "DOCUMENT", nargs="?", - default=REPERTOIRE + "/" + "sae_v3" + ".docx" + default=REPERTOIRE + "/" + "sae_v0" + ".docx" ) parser.add_argument( "-o",