Skip to content

Commit 1a699b6

Browse files
fixed RemoteRobot.Import Remote Library
--HG-- branch : dev
1 parent cef0506 commit 1a699b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

robottools/remote/keywords.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def import_remote_library(self, name):
4343
"""
4444
if name not in self.allow_import:
4545
raise RuntimeError(
46-
"Importing Remote Library '%s' is not allowed." % name)
46+
"Importing Remote Library '%s' is not allowed." % name)
4747
lib = self.Import(name)
4848
if self.register_keywords:
49-
self._register_keywords(lib)
49+
self._register_library_keywords(lib)

0 commit comments

Comments
 (0)