Commit ae386303 authored by lintangsutawika's avatar lintangsutawika
Browse files

don't know why is missing in the args

parent 62bac284
......@@ -89,6 +89,12 @@ def parse_args():
default=False,
help="If True, shows the the full config of all tasks at the end of the evaluation.",
)
parser.add_argument(
"--include_path",
type=str,
default=None,
help="Additional path to include if there are external tasks to include.",
)
return parser.parse_args()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment