Skip to content
Snippets Groups Projects
Commit 62019b34 authored by Yifan Zhao's avatar Yifan Zhao
Browse files

Fixed approxhpvm.py multiple -I behavior

parent e841d95c
No related branches found
No related tags found
No related merge requests found
...@@ -157,7 +157,7 @@ def parse_args(): ...@@ -157,7 +157,7 @@ def parse_args():
help="File to approximation configurations; required for 'tensor' target" help="File to approximation configurations; required for 'tensor' target"
) )
parser.add_argument( parser.add_argument(
"-I", "--include", type=Path, nargs="+", "-I", "--include", type=Path, action="append",
help="Additional include directories to use" help="Additional include directories to use"
) )
......
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