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