From 4d36a961db21824e30a47b5c6989ae590dc185c8 Mon Sep 17 00:00:00 2001 From: Skia Date: Wed, 18 Apr 2018 23:02:19 +0200 Subject: [PATCH] core/models: improve repair_fs output --- core/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/core/models.py b/core/models.py index 2f9a33f2..60df78f0 100644 --- a/core/models.py +++ b/core/models.py @@ -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)