From 1db62acbb9b6308e3fbde3f26a1a9aa6854b663d Mon Sep 17 00:00:00 2001 From: ville rantanen Date: Wed, 25 Jun 2014 08:46:34 +0300 Subject: [PATCH] added verbosity --- tsv/tsvedit.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tsv/tsvedit.py b/tsv/tsvedit.py index cfced7a..3992591 100755 --- a/tsv/tsvedit.py +++ b/tsv/tsvedit.py @@ -254,6 +254,7 @@ for l in process.stdout.readlines(): f_cs_tmp_w.close() # Convert SC -> CSV +print("\nWrite "+f_split[1]) f_sc_r=open(f_sc_tmp,'rt') f_csv_w=open(opts.tsv,'wt') sc_reader=SCReader(f_sc_r)