Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Nov 12, 2024
1 parent 2d6bfd8 commit f7b507a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download_engines.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')


Expand Down

0 comments on commit f7b507a

Please sign in to comment.