Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Green committed Jun 20, 2024
1 parent 3496883 commit 8227cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/toml-check.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def error(msg):

if not isinstance(meta['lesson_areas'], list):
error(
f'`lesson_areas` in `meta` section of {f} must be a list'
f'`lesson_areas` in `meta` section of {f} must be a list',
)

# Tags must be all lower-case, ascii letters
Expand Down

0 comments on commit 8227cf3

Please sign in to comment.