소스 검색

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 년 전
부모
커밋
4cb5cc0916
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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