Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
AE
Sith
Commits
4d36a961
Commit
4d36a961
authored
Apr 18, 2018
by
Skia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
core/models: improve repair_fs output
parent
874dfa6c
Pipeline
#1475
passed with stage
in 12 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
core/models.py
core/models.py
+1
-0
No files found.
core/models.py
View file @
4d36a961
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment