Skip to content
Snippets Groups Projects
Commit a94b8683 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

TrigValTools: Fix rootcomp sortLabels option

Fix default value for the `--sortLabels` option (ATR-21786).
parent c524c820
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ def main():
help = "use axis comparison instead of bin-by-bin")
parser.add_option("-l", "--sortLabels",
action = "store_true",
action = "store_true", default=False,
help = "sort/deflate alphanumeric axis before comparing")
parser.add_option("-t", "--threshold",
......
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