Skip to content
Snippets Groups Projects
Verified Commit 73e75630 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Do not ignore substitutions with set comment

parent 8cd997be
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,12 @@ and this project adheres to `Semantic Versioning`_.
Unreleased
----------
Fixed
~~~~~
* With ignoring of incomplete subsitutions enabled,
substitutions which consisted just of a comment were skipped.
`2.1.2`_ - 2022-02-06
---------------------
......
......@@ -147,6 +147,7 @@ def import_substitutions(
and not teachers
and not cancelled
and not cancelled_for_teachers
and not comment
):
continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment