From 9644d372f6a2409732221c7ae267d3b4d01b93ee Mon Sep 17 00:00:00 2001 From: Tristan Walter <twalter@orn.mpg.de> Date: Tue, 13 Oct 2020 17:31:54 +0200 Subject: [PATCH] no except --- Application/src/tracker/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/src/tracker/main.cpp b/Application/src/tracker/main.cpp index bd68e90..78de93c 100644 --- a/Application/src/tracker/main.cpp +++ b/Application/src/tracker/main.cpp @@ -290,7 +290,7 @@ int main(int argc, char** argv) //Debug("change directory to conda environment resource folder: '%S'", &_wd.str()); if(chdir(_wd.c_str())) - U_EXCEPTION("Cannot change directory to '%S'", &_wd.str()); + Except("Cannot change directory to '%S'", &_wd.str()); } #endif -- GitLab