Skip to content

Commit bfd8c00

Browse files
authored
Add incubator option for carpentry field. (#542)
Closes #541
1 parent c92e47c commit bfd8c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/lesson_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def check_config(reporter, source_dir):
176176
reporter.check_field(config_file, 'configuration',
177177
config, 'kind', 'lesson')
178178
reporter.check_field(config_file, 'configuration',
179-
config, 'carpentry', ('swc', 'dc', 'lc', 'cp'))
179+
config, 'carpentry', ('swc', 'dc', 'lc', 'cp', 'incubator'))
180180
reporter.check_field(config_file, 'configuration', config, 'title')
181181
reporter.check_field(config_file, 'configuration', config, 'email')
182182

0 commit comments

Comments
 (0)