1
0
mirror of https://github.com/ae-utbm/sith.git synced 2025-04-21 17:08:01 +00:00

core/models: improve repair_fs output

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

@ -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)