Skip to content

Commit

Permalink
Fix a lingering mProber
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-blanchard committed Sep 19, 2015
1 parent 11bef25 commit 1838333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chardet/universaldetector.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def close(self):

if self.logger.getEffectiveLevel() == logging.DEBUG:
self.logger.debug('no probers hit minimum threshhold')
for prober in self._charset_probers[0].mProbers:
for prober in self._charset_probers[0].probers:
if not prober:
continue
self.logger.debug('%s confidence = %s', prober.charset_name,
Expand Down

0 comments on commit 1838333

Please sign in to comment.