Skip to content

Commit 1eadaaf

Browse files
authored
fix ending quotes
1 parent b68c503 commit 1eadaaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/io/Jupyter.ioplugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ commentLineChar=#
77

88
outputlist=`grep("(.*)ipynb","print\\(\'(.*)=")>>before("=")>>after("'")`
99

10-
output.???.get=lines("(.*)ipynb")>>filter("^(\\s+).???=(.*)")>>after("=")>>replace("\\n","")
10+
output.???.get=lines("(.*)ipynb")>>filter("^(\\s+).???=(.*)")>>after("=")>>before("\\"")>>replace("\\n","")

0 commit comments

Comments
 (0)