Skip to content

Commit 70f4feb

Browse files
line repetition
1 parent 6665dbb commit 70f4feb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tabular.py

-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ def GrepLine(self, keyword):
242242
keyword_list = [keyword]
243243

244244
# open the input file and scroll through it
245-
# open the input file and scroll through it
246245
infile = self.OpenRead(uncompress=True)
247246
grepped_lines_dict = {}
248247
for line in infile:

0 commit comments

Comments
 (0)