Skip to content
Snippets Groups Projects
Commit af32227a authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Typo

parent 2ce7358c
No related branches found
No related tags found
No related merge requests found
......@@ -215,7 +215,7 @@ def parse_pretask_check_config(confparser, log):
for name, value in confparser.items(section='pre_task_check'):
if name.startswith('write'):
check_write.append(pathlib.Path(value))
elif name.statswith('read'):
elif name.startswith('read'):
check_read.append(pathlib.Path(value))
else:
log.fatal('Config section "pre_task_check" should only have keys starting with '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment