This commit is contained in:
Adam Lyon 2020-05-04 15:58:59 -05:00
parent 2713f8517e
commit 69644f99ba

View File

@ -2254,7 +2254,7 @@ function gpvars(sid::Symbol)
if length(s) == 2
key = Symbol(s[1])
if s[2][1] == '"'
out[key] = s[2][2:end-1]
out[key] = s[2][2:prevind(s[2], end, 1)]
else
try
out[key] = Meta.parse(s[2])