Skip to content

Commit 27a47cd

Browse files
committed
flags, clearer output for catchall
1 parent 5b6eeef commit 27a47cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

catchall.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def amend(combo, df):
4242
options, remainder = getopt.getopt(sys.argv[1:], 't:d:n:o:h')
4343
targetdb = 'iquod.db'
4444
dbtable = 'iquod'
45-
outfile = 'catchall.json'
45+
outfile = 'htp.json'
4646
samplesize = None
4747
for opt, arg in options:
4848
if opt == '-d':

0 commit comments

Comments
 (0)