eric6/ThirdParty/CharDet/chardet/charsetgroupprober.py

changeset 7974
f425b578ede7
parent 6942
2602857055c5
diff -r e836d196e888 -r f425b578ede7 eric6/ThirdParty/CharDet/chardet/charsetgroupprober.py
--- a/eric6/ThirdParty/CharDet/chardet/charsetgroupprober.py	Wed Jan 13 19:02:58 2021 +0100
+++ b/eric6/ThirdParty/CharDet/chardet/charsetgroupprober.py	Wed Jan 13 19:05:48 2021 +0100
@@ -73,6 +73,7 @@
                 continue
             if state == ProbingState.FOUND_IT:
                 self._best_guess_prober = prober
+                self._state = ProbingState.FOUND_IT
                 return self.state
             elif state == ProbingState.NOT_ME:
                 prober.active = False

eric ide

mercurial