Procházet zdrojové kódy

Leerzeichen entfernt :)

robert před 2 roky
rodič
revize
f2e53b763b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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):