From 50127eaa9043c89ce8c77fdc0b81358d74400f55 Mon Sep 17 00:00:00 2001 From: Matti Pastell Date: Wed, 14 Dec 2016 14:28:46 +0200 Subject: [PATCH] Fix parse error when detecting plot library on windows --- src/run.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/run.jl b/src/run.jl index 4684633..e45bfa9 100644 --- a/src/run.jl +++ b/src/run.jl @@ -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