Jelajahi Sumber

Missing finally return in "checkforUTF8"

no matter on Python 3: following "a.decode" uses its own default for the empty argument.
fails on Python 2, since "a.decode" requires a non-empty argument!
Thomas Schneider 2 tahun lalu
induk
melakukan
4cb5cc0916
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      metrixpp/ext/std/tools/collect.py

+ 2 - 0
metrixpp/ext/std/tools/collect.py

@@ -201,6 +201,8 @@ class DirectoryReader():
                     ):
                         return "utf_8"
                 return default
+
+            return default;
           # end of checkforUTF8 ------------------------------------------------
 
         # Subroutine readtextfile