Skip to content

Commit e348212

Browse files
committed
Added necessary check function returns.
- Legacy-Id: 10754
1 parent 289d9eb commit e348212

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ietf/checks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ def check_id_submission_directories(app_configs, **kwargs):
8181
"or if the setting is correct, create the directory."),
8282
id = "datatracker.E0006",
8383
))
84+
return errors
8485

8586
@checks.register('files')
8687
def check_id_submission_directories(app_configs, **kwargs):
@@ -96,3 +97,4 @@ def check_id_submission_directories(app_configs, **kwargs):
9697
"or if the setting is correct, make sure the file is in place and has the right permissions."),
9798
id = "datatracker.E0007",
9899
))
100+
return errors

0 commit comments

Comments
 (0)