Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

Commit

Permalink
warctika: Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
pmyteh committed May 12, 2014
1 parent b2d5d97 commit e09b694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warctika.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def __init__(
self._description = self._description[:-2]+'.'
# Count of return codes
self.tikacodes = defaultdict(int)
self._openfiles = []
self._openfiles = set()
atexit.register(self._remove_open_files)
print "Initialised WARCTikaProcessor"

Expand Down

0 comments on commit e09b694

Please sign in to comment.