Skip to content

Commit

Permalink
removed abort if any task fails from language spec
Browse files Browse the repository at this point in the history
  • Loading branch information
wxtim committed Aug 24, 2020
1 parent 6dc5d24 commit bd83390
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cylc/flow/etc/syntax/cylc.lang
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@
<keyword>abort if stalled handler fails</keyword>
<keyword>abort if shutdown handler fails</keyword>
<keyword>abort if inactivity handler fails</keyword>
<keyword>abort if any task fails</keyword>
<keyword>UTC mode</keyword>
<keyword>URL</keyword>
</context>
Expand Down
1 change: 0 additions & 1 deletion cylc/flow/etc/syntax/cylc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@
<RegExpr attribute='Keyword' String=' abort if stalled handler fails '/>
<RegExpr attribute='Keyword' String=' abort if shutdown handler fails '/>
<RegExpr attribute='Keyword' String=' abort if inactivity handler fails '/>
<RegExpr attribute='Keyword' String=' abort if any task fails '/>
<RegExpr attribute='Keyword' String=' UTC mode '/>
<RegExpr attribute='Keyword' String=' URL '/>
<!-- Non-keyword syntax -->
Expand Down

0 comments on commit bd83390

Please sign in to comment.