Skip to content
This repository was archived by the owner on Feb 20, 2025. It is now read-only.

Commit 934ad9e

Browse files
author
Matthias Koefferlein
committed
Bug fix
1 parent f376d9c commit 934ad9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ruby/xsection_script.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def run_script(fn, p1 = nil, p2 = nil, batch = false)
197197
if p1 && p2
198198

199199
# take the given line
200-
pts << [ p1, p2 ]
200+
pts << [[ p1, p2 ]]
201201

202202
else
203203

0 commit comments

Comments
 (0)