Skip to content

Commit 3dabc58

Browse files
Fix example syntax for the AreErrorCodesPresent BT node (#655)
In behavior trees, lists provided as parameters must be semicolon separated, and not comma-separated. Signed-off-by: Dylan De Coeyer <[email protected]>
1 parent 73fb3aa commit 3dabc58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/packages/bt-plugins/conditions/AreErrorCodesPresent.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ Error codes to check are defined to be 101, 107 and 119.
4545

4646
.. code-block:: xml
4747
48-
<AreErrorCodesPresent error_code="{error_code}" error_codes_to_check="101,107,119"/>
48+
<AreErrorCodesPresent error_code="{error_code}" error_codes_to_check="101;107;119"/>

0 commit comments

Comments
 (0)