We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6007d79 + 4aaa814 commit 39efd91Copy full SHA for 39efd91
example/examplelibrary.py
@@ -34,4 +34,4 @@ def strings_should_be_equal(self, str1, str2):
34
35
36
if __name__ == '__main__':
37
- RobotRemoteServer(ExampleLibrary(), *sys.argv[1:])
+ RobotRemoteServer([ExampleLibrary()], *sys.argv[1:])
0 commit comments