From 460e81d0d1f49f92bbbaa0f7c070a0e7be45d07a Mon Sep 17 00:00:00 2001 From: Thibaut Horel Date: Tue, 21 Feb 2012 21:17:00 -0800 Subject: Fix a small error in combine.py The script file shouldn't be printed to the output. --- data/combine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/combine.py b/data/combine.py index 2793a6d..b969935 100755 --- a/data/combine.py +++ b/data/combine.py @@ -3,7 +3,7 @@ import os import sys runs = [] -for arg in sys.argv: +for arg in sys.argv[1:]: runs += [[open(arg), arg.split('/')[-2]]] for lines, sub_dir in runs: -- cgit v1.2.3-70-g09d2