mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: setSet: do not exit upon error if in interactive mode
This commit is contained in:
@ -1018,7 +1018,7 @@ int main(int argc, char *argv[])
|
||||
is
|
||||
);
|
||||
|
||||
if (!ok)
|
||||
if (!ok && batch)
|
||||
{
|
||||
// Exit with error.
|
||||
quit = true;
|
||||
|
||||
Reference in New Issue
Block a user