Fix argument?

This commit is contained in:
sozud 2024-10-02 21:34:09 -07:00
parent a24c5cdca1
commit a239ecc7e0

View File

@ -34,7 +34,7 @@ parser.add_argument(
)
parser.add_argument(
"--output_dir",
action="store_true",
type=str, # Expecting a string as input
help="Output directory",
)
output_dir = "function_calls"