Skip to content
Snippets Groups Projects
Commit 97f3c2da authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch '42-ignore-incomplete-substitutions-feature-is-incomplete' into 'master'

Resolve "Ignore incomplete substitutions feature is incomplete"

Closes #42

See merge request !123
parents 8cd997be 73e75630
No related branches found
No related tags found
1 merge request!123Resolve "Ignore incomplete substitutions feature is incomplete"
Pipeline #53788 failed
Pipeline: AlekSIS

#53793

    ...@@ -9,6 +9,12 @@ and this project adheres to `Semantic Versioning`_. ...@@ -9,6 +9,12 @@ and this project adheres to `Semantic Versioning`_.
    Unreleased Unreleased
    ---------- ----------
    Fixed
    ~~~~~
    * With ignoring of incomplete subsitutions enabled,
    substitutions which consisted just of a comment were skipped.
    `2.1.2`_ - 2022-02-06 `2.1.2`_ - 2022-02-06
    --------------------- ---------------------
    ......
    ...@@ -147,6 +147,7 @@ def import_substitutions( ...@@ -147,6 +147,7 @@ def import_substitutions(
    and not teachers and not teachers
    and not cancelled and not cancelled
    and not cancelled_for_teachers and not cancelled_for_teachers
    and not comment
    ): ):
    continue 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