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 379ad6c commit cf50b9dCopy full SHA for cf50b9d
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