Skip to content

Commit

Permalink
Fix grouping tool
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Sep 5, 2018
1 parent 3fcf1e3 commit 2d73271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/stats/grouping.py
Expand Up @@ -72,7 +72,7 @@ def main():
except Exception:
stop_err("Group column not specified.")

tmpfile = tempfile.NamedTemporaryFile()
tmpfile = tempfile.NamedTemporaryFile(mode='r')

try:
"""
Expand Down

0 comments on commit 2d73271

Please sign in to comment.