Skip to content

Commit

Permalink
Fixed a tiny but very stupid bug in tar_filter module
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Granroth-Wilding committed Apr 6, 2016
1 parent 7fe67ed commit ff4ec6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python/pimlico/modules/corpora/tar_filter/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def archive_iter(self, subsample=None, start_after=None):
current_archive += 1
current_archive_count = 0

current_archive_count += 1
yield tarballs[current_archive], doc_name, doc

def list_archive_iter(self):
Expand Down

0 comments on commit ff4ec6d

Please sign in to comment.