core/models: improve repair_fs output

This commit is contained in:
Skia 2018-04-18 23:02:19 +02:00
parent 874dfa6cc3
commit 4d36a961db

View File

@ -809,6 +809,7 @@ class SithFile(models.Model):
except Exception as e:
print("This file likely had a problem. Here is the exception:")
print(repr(e))
print('-'*80)
def _check_path_consistence(self):
file_path = str(self.file)