Fix #24
This commit is contained in:
parent
2713f8517e
commit
69644f99ba
@ -2254,7 +2254,7 @@ function gpvars(sid::Symbol)
|
|||||||
if length(s) == 2
|
if length(s) == 2
|
||||||
key = Symbol(s[1])
|
key = Symbol(s[1])
|
||||||
if s[2][1] == '"'
|
if s[2][1] == '"'
|
||||||
out[key] = s[2][2:end-1]
|
out[key] = s[2][2:prevind(s[2], end, 1)]
|
||||||
else
|
else
|
||||||
try
|
try
|
||||||
out[key] = Meta.parse(s[2])
|
out[key] = Meta.parse(s[2])
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user