Fix parse error when detecting plot library on windows

pull/66/head
Matti Pastell 2016-12-14 14:28:46 +02:00
parent 6de5ba342c
commit 50127eaa90
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ end
function init_plotting(plotlib)
srcdir = dirname(@__FILE__)
srcdir = escape_string(dirname(@__FILE__))
rcParams[:plotlib_set] = true
if plotlib == nothing
rcParams[:plotlib] = nothing