Skip to content

Commit 667dfb9

Browse files
committed
Merge pull request robotframework#2330 from alkhatib/patch-1
UG: Avoid a recursive call to List files in an example
2 parents 74deb51 + bde2d0c commit 667dfb9

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)