From e348212f428b5726e43e7f5c87648327abd87847 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Thu, 28 Jan 2016 16:13:38 +0000 Subject: [PATCH] Added necessary check function returns. - Legacy-Id: 10754 --- ietf/checks.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ietf/checks.py b/ietf/checks.py index 70ae3daf8..433027e86 100644 --- a/ietf/checks.py +++ b/ietf/checks.py @@ -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