Skip to content

Commit

Permalink
Adds comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tschuppi81 committed Aug 2, 2024
1 parent ced8a09 commit b1af3c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/onegov/org/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,11 @@ def custom_texts(self) -> dict[str, str] | None:
)

def load_custom_texts(self) -> dict[str, str] | None:
"""
Customer specific texts are specified in `puppet` repo, see loxo
https://gitea.seantis.ch/operations/puppet/src/branch/master/nodes/loxo.seantis.ch.yaml#L183,193
"""
fs = self.filestorage
assert fs is not None
if not fs.exists('customtexts.yml'):
Expand Down

0 comments on commit b1af3c3

Please sign in to comment.