Explorar el Código

Leerzeichen entfernt :)

robert hace 2 años
padre
commit
f2e53b763b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tools/database/ift_convert.py

+ 1 - 1
tools/database/ift_convert.py

@@ -43,7 +43,7 @@ class IFTConverter:
                 print('-> wrong file format')
             elif filename.stat().st_size == 0:
                 print('-> file is empty!')
-            else: 
+            else:
                 self.convert_file(filename, target_path)
 
     def convert_file(self, source, target_path):