diff --git a/run.jl b/run.jl index 8544a35..41bf8be 100644 --- a/run.jl +++ b/run.jl @@ -100,7 +100,9 @@ solver(tol, iterations) = const Gr = PropertyTGroups.PropertyTGroup(PARSEDARGS) const sett = PropertyT.Settings(PARSEDARGS, Gr, solver(args["tol"], args["iterations"])) + +fullpath = PropertyT.fullpath(sett) isdir(fullpath) || mkpath(fullpath) -logger=setup_logging(PropertyT.filename(fullpath, :fulllog), :fulllog) +setup_logging(PropertyT.filename(fullpath, :fulllog), :fulllog) main(Gr, sett)