mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
core/models: improve repair_fs output
This commit is contained in:
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)
|
||||
|
Loading…
Reference in New Issue
Block a user