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
56541e1d
Commit
56541e1d
authored
Oct 19, 2016
by
HERBERT Ryan
Browse files
controllers/default.py fix vidjil_utils method reference
parent
82d4156a
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/controllers/default.py
View file @
56541e1d
...
...
@@ -131,7 +131,7 @@ def init_from_csv():
# need patient admin permission
def
run_request
():
error
=
""
enough_space
=
check_enough_space
(
defs
.
DIR_RESULTS
)
enough_space
=
vidjil_utils
.
check_enough_space
(
defs
.
DIR_RESULTS
)
if
not
enough_space
:
return
error_message
(
"Uploads are temporarily disabled. System admins have been made aware of the situation."
)
...
...
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