Parcourir la source

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 il y a 2 ans
Parent
commit
4cb5cc0916
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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