forked from viennet/Referentiels
Correction ligne de commances
This commit is contained in:
parent
7d177db510
commit
6758225518
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user