We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 289d9eb commit e348212Copy full SHA for e348212
1 file changed
ietf/checks.py
@@ -81,6 +81,7 @@ def check_id_submission_directories(app_configs, **kwargs):
81
"or if the setting is correct, create the directory."),
82
id = "datatracker.E0006",
83
))
84
+ return errors
85
86
@checks.register('files')
87
def check_id_submission_directories(app_configs, **kwargs):
@@ -96,3 +97,4 @@ def check_id_submission_directories(app_configs, **kwargs):
96
97
"or if the setting is correct, make sure the file is in place and has the right permissions."),
98
id = "datatracker.E0007",
99
100
0 commit comments