You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Functions such as void RunContextManager::setInputDir(const std::string& InputDir) always reset I/O path vars by calling closeProject(), which can be not relevant and may lead to unexpected behaviors
The text was updated successfully, but these errors were encountered:
cf #1048
Functions such as
void RunContextManager::setInputDir(const std::string& InputDir)
always reset I/O path vars by callingcloseProject()
, which can be not relevant and may lead to unexpected behaviorsThe text was updated successfully, but these errors were encountered: