From 3f2663e8033f2df9ad2bbcc374a20db385b795ae Mon Sep 17 00:00:00 2001 From: Wojciech Smolak Date: Thu, 20 Aug 2020 20:23:56 +0200 Subject: [PATCH] reco small fix --- src/reco.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reco.py b/src/reco.py index b58dd6a5..30ee7183 100644 --- a/src/reco.py +++ b/src/reco.py @@ -19,8 +19,8 @@ def main(args): col = get_mongo_collection(colName, dbName, mongoUri) batch_size = int(args.batch_size) waves = getWavList(col, batch_size) - print(waves) uris = [w['gcsWawLocation'] for w in waves] + print(uris) start = time.perf_counter() with concurrent.futures.ThreadPoolExecutor(max_workers=64) as executor: