Skip to content

Commit 878813a

Browse files
committed
parse pageconfig as a raw string
1 parent a371da2 commit 878813a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atest/Keywords.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Create Notebok Server Config
5252

5353
Read Page Config
5454
${script} = Get Element Attribute id:jupyter-config-data innerHTML
55-
${config} = Evaluate __import__("json").loads("""${script}""")
55+
${config} = Evaluate __import__("json").loads(r"""${script}""")
5656
Set Global Variable ${PAGE CONFIG} ${config}
5757
Set Global Variable ${LAB VERSION} ${config["appVersion"]}
5858

0 commit comments

Comments
 (0)