Skip to content

Commit bde2d0c

Browse files
committed
Avoid a recursive call to List files
Tried running the example code locally and got an error "Maximum limit of started keywords exceeded." It is because List files calls itself
1 parent 74deb51 commit bde2d0c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/userguide/src/CreatingTestData/CreatingTestCases.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,6 @@ library keywords, user keywords, and when importing the Telnet_ test library.
339339
*** Keywords ***
340340
List files
341341
[Arguments] ${path}=. ${options}=
342-
List files options=-lh
343342
Execute command ls ${options} ${path}
344343

345344
Free keyword arguments

0 commit comments

Comments
 (0)