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)