From f7b507a7bddb25ca1fb7d22fe41b6dc36f8b0539 Mon Sep 17 00:00:00 2001 From: carlosuc3m <100329787@alumnos.uc3m.es> Date: Tue, 12 Nov 2024 22:52:31 +0100 Subject: [PATCH] correct typo --- scripts/download_engines.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/download_engines.py b/scripts/download_engines.py index ab2c154a..408850df 100644 --- a/scripts/download_engines.py +++ b/scripts/download_engines.py @@ -26,7 +26,7 @@ parser = argparse.ArgumentParser() # Add the arguments -parser.add_argument('-engines_path', type=str, default="engines", equired=False, +parser.add_argument('-engines_path', type=str, default="engines", required=False, help='Path where the engines are going to be installed')