Explorar o código

Leerzeichen entfernt :)

robert %!s(int64=2) %!d(string=hai) anos
pai
achega
f2e53b763b
Modificáronse 1 ficheiros con 1 adicións e 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):