Skip to content

Commit

Permalink
Merge pull request #6051 from Diquan-BOM/patch-1
Browse files Browse the repository at this point in the history
update documentation for string templates on "External Triggers" page
  • Loading branch information
oliver-sanders authored Apr 4, 2024
2 parents 9ffbff2 + ccec880 commit 5b672e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ Tomek Trzeciak <[email protected]>
Tomek Trzeciak <[email protected]> TomekTrzeciak <[email protected]>
github-actions[bot] <[email protected]> <41898282+github-actions[bot]@users.noreply.github.com>
github-actions[bot] <[email protected]> GitHub Action
Diquan Jabbour <[email protected]>
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ requests_).
- (Andrew Huang)
- Cheng Da
- Mark Dawson
- Diquan Jabbour
<!-- end-shortlog -->

(All contributors are identifiable with email addresses in the git version
Expand Down
2 changes: 1 addition & 1 deletion cylc/flow/xtrigger_mgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class TemplateVariables(Enum):
[scheduling]
initial cycle point = now
[[xtriggers]]
my_xtrigger = my_xtrigger_fcn('%(workflow)', '%(point)')
my_xtrigger = my_xtrigger_fcn('%(workflow)s', '%(point)s')
For an explanation of the substitution syntax, see
`String Formatting Operations in the Python documentation
Expand Down

0 comments on commit 5b672e3

Please sign in to comment.