diff --git a/Application/src/tracker/main.cpp b/Application/src/tracker/main.cpp index bd68e905667e058ea3e535699466599cc0d0a08b..78de93cd041c3df45b5a95f0241949296b1ce992 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