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
vidjil
vidjil
Commits
88717786
Commit
88717786
authored
Oct 19, 2016
by
HERBERT Ryan
Browse files
controllers/default.py disk space error message
parent
56541e1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/controllers/default.py
View file @
88717786
...
...
@@ -133,7 +133,7 @@ def run_request():
error
=
""
enough_space
=
vidjil_utils
.
check_enough_space
(
defs
.
DIR_RESULTS
)
if
not
enough_space
:
return
error_message
(
"
Upload
s are temporarily disabled. System admins have been made aware of the situation."
)
return
error_message
(
"
Run
s are temporarily disabled. System admins have been made aware of the situation."
)
##TODO check
if
not
"sequence_file_id"
in
request
.
vars
:
...
...
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