Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ola Hermann Opheim
agreelance123
Commits
b5f87cae
Commit
b5f87cae
authored
Apr 16, 2020
by
Ola Hermann Opheim
Browse files
fix pipeline error python module
parent
90657792
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/models.py
View file @
b5f87cae
...
...
@@ -31,7 +31,7 @@ class Projects(models.Model):
class
OverwriteStorage
(
FileSystemStorage
):
def
get_available_name
(
self
,
name
):
def
get_available_name
(
self
,
name
,
max_length
):
"""Returns a filename that's free on the target storage system, and
available for new content to be written to.
...
...
Write
Preview
Supports
Markdown
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