From 919ddb61e80b5acdceb0cedc75756c2d26dda47d Mon Sep 17 00:00:00 2001 From: Josh Klontz Date: Fri, 6 Feb 2015 09:31:26 -0500 Subject: [PATCH] set a default value for -path --- openbr/openbr_plugin.cpp | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/openbr/openbr_plugin.cpp b/openbr/openbr_plugin.cpp index 3e940d0..b31a45e 100644 --- a/openbr/openbr_plugin.cpp +++ b/openbr/openbr_plugin.cpp @@ -1153,6 +1153,7 @@ void br::Context::initialize(int &argc, char *argv[], QString sdkPath, bool useG Globals->init(File()); Globals->useGui = useGui; Globals->algorithm = "Identity"; + Globals->path = getenv("DATA"); // our convention Common::seedRNG(); -- libgit2 0.21.4