Skip to content
Snippets Groups Projects
Commit 0c57d17a authored by Charlotte Mauvezin's avatar Charlotte Mauvezin
Browse files

Correction Christopher

parent 797e9d13
No related branches found
No related tags found
1 merge request!11Adding verbose option lunched by adding -v
Pipeline #103823 passed
...@@ -587,8 +587,9 @@ def main(): ...@@ -587,8 +587,9 @@ def main():
parser.add_argument( parser.add_argument(
"-v", "-v",
"--verbose", "--verbose",
help="Print only the recap if False", help="Print only the recap if False and detailed results if True (default)",
action="store_false", action="store_false",
default="True",
) )
args = parser.parse_args() args = parser.parse_args()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment