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.
1 parent a371da2 commit 878813aCopy full SHA for 878813a
atest/Keywords.robot
@@ -52,7 +52,7 @@ Create Notebok Server Config
52
53
Read Page Config
54
${script} = Get Element Attribute id:jupyter-config-data innerHTML
55
- ${config} = Evaluate __import__("json").loads("""${script}""")
+ ${config} = Evaluate __import__("json").loads(r"""${script}""")
56
Set Global Variable ${PAGE CONFIG} ${config}
57
Set Global Variable ${LAB VERSION} ${config["appVersion"]}
58
0 commit comments