ENH: setSet: do not exit upon error if in interactive mode
This commit is contained in:
parent
d6ef1ac9d1
commit
acba38b8aa
@ -1018,7 +1018,7 @@ int main(int argc, char *argv[])
|
||||
is
|
||||
);
|
||||
|
||||
if (!ok)
|
||||
if (!ok && batch)
|
||||
{
|
||||
// Exit with error.
|
||||
quit = true;
|
||||
|
Loading…
Reference in New Issue
Block a user