Commit 17628860 authored by Jondy Zhao's avatar Jondy Zhao

Remove default value of paramter 'report-path'

parent f55f0ffe
......@@ -55,7 +55,7 @@ def parseArgumentTuple():
default=300.0)
parser.add_argument("--report-path",
help="Where to save TioXML report.",
default=300.0)
required=True)
parser.add_argument("--data-file",
help="File used to save report data.",
default="net_drive_usage_report.data")
......
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