Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
91b0b8d8
Commit
91b0b8d8
authored
Oct 21, 2016
by
HERBERT Ryan
Browse files
file.py escape % in string
parent
7bb11f6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/controllers/file.py
View file @
91b0b8d8
...
...
@@ -29,7 +29,7 @@ def add():
if
not
enough_space
:
mail
.
send
(
to
=
defs
.
ADMIN_EMAILS
,
subject
=
"[Vidjil] Server space"
,
message
=
"The space in directory %s has passed below %d
\
%."
%
(
defs
.
DIR_SEQUENCES
,
defs
.
FS_LOCK_THRESHHOLD
))
message
=
"The space in directory %s has passed below %d
%
%."
%
(
defs
.
DIR_SEQUENCES
,
defs
.
FS_LOCK_THRESHHOLD
))
return
error_message
(
"Uploads are temporarily disabled. System admins have been made aware of the situation."
)
patient_id
=
None
...
...
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