Skip to content

Commit c3b2174

Browse files
committed
fixes #476
1 parent 506c943 commit c3b2174

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

twarc/command2.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,8 @@ def timelines(T, infile, outfile, limit, timeline_limit, use_search):
371371
seen = set()
372372
for line in infile:
373373
line = line.strip()
374+
if line == "":
375+
continue
374376

375377
users = []
376378
try:

0 commit comments

Comments
 (0)