Browse Source

Leerzeichen entfernt :)

robert 2 năm trước cách đây
mục cha
commit
f2e53b763b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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):