We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f395bb commit 9f3cdf6Copy full SHA for 9f3cdf6
utils/process-stats-dir.py
@@ -566,7 +566,7 @@ def main():
566
parser.add_argument("--verbose", action="store_true",
567
help="Report activity verbosely")
568
parser.add_argument("--output", default="-",
569
- type=argparse.FileType('wb', 0),
+ type=argparse.FileType('w', 0),
570
help="Write output to file")
571
parser.add_argument("--paired", action="store_true",
572
help="Process two dirs-of-stats-dirs, pairwise")
0 commit comments