Added necessary check function returns.

- Legacy-Id: 10754
This commit is contained in:
Henrik Levkowetz 2016-01-28 16:13:38 +00:00
parent 289d9ebef6
commit e348212f42

View file

@ -81,6 +81,7 @@ def check_id_submission_directories(app_configs, **kwargs):
"or if the setting is correct, create the directory."),
id = "datatracker.E0006",
))
return errors
@checks.register('files')
def check_id_submission_directories(app_configs, **kwargs):
@ -96,3 +97,4 @@ def check_id_submission_directories(app_configs, **kwargs):
"or if the setting is correct, make sure the file is in place and has the right permissions."),
id = "datatracker.E0007",
))
return errors