Skip to content

Commit 4fee06c

Browse files
zeinababbasiErich-McMillan
authored and
Erich-McMillan
committed
update example for change of serving multiple libraries
Changes has been made to support serving a list of libraries: robotframework#19
1 parent ed1ae0f commit 4fee06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/examplelibrary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ def strings_should_be_equal(self, str1, str2):
3434

3535

3636
if __name__ == '__main__':
37-
RobotRemoteServer(ExampleLibrary(), *sys.argv[1:])
37+
RobotRemoteServer([ExampleLibrary()], *sys.argv[1:])

0 commit comments

Comments
 (0)