Skip to content

Commit

Permalink
tidy comments
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jun 18, 2024
1 parent 245cd01 commit 2bd5cb3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/ibek/ioc.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def add_ibek_attributes(self):
Do jinja rendering of pre_defines/ parameters / post_defines
in the correct order.
Also adds pre_define and post_defines to the model instance, making
Also adds pre_defines and post_defines to the model instance, making
them available for the phase 2 (final) jinja rendering performed in
ibek.runtime_cmds.generate().
"""
Expand Down
2 changes: 1 addition & 1 deletion tests/samples/support/listarg.ibek.support.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ entity_models:
{{ (friends * 3) | sort }}
pre_init:
- value: |2
- value: |
Lister, age {{age}}, who does not like to hear
"{{quote}}"
Expand Down
2 changes: 1 addition & 1 deletion tests/samples/support/quadem.ibek.support.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ entity_models:
default: 16

pre_init:
- value: |2
- value: |
################################################################################
# Just demonstrating that Entities can have their own pre_init AND SubEntities.
Expand Down
2 changes: 1 addition & 1 deletion tests/samples/support/technosoft.ibek.support.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ entity_models:
# EGU:
# TIMEOUT:
post_init:
- value: |2
- value: |
dbpf("{{controller.P}}:{{CHANNEL_ID}}:MSGRS","START")
dbl

0 comments on commit 2bd5cb3

Please sign in to comment.