Skip to content

Commit

Permalink
update example for change of serving multiple libraries
Browse files Browse the repository at this point in the history
Changes has been made to support serving a list of libraries:
robotframework#19
  • Loading branch information
zeinababbasi authored Sep 18, 2017
1 parent 6007d79 commit 4aaa814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/examplelibrary.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ def strings_should_be_equal(self, str1, str2):


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

0 comments on commit 4aaa814

Please sign in to comment.