ENH: setSet: do not exit upon error if in interactive mode

This commit is contained in:
mattijs 2011-11-16 11:52:40 +00:00
parent d6ef1ac9d1
commit acba38b8aa

View File

@ -1018,7 +1018,7 @@ int main(int argc, char *argv[])
is
);
if (!ok)
if (!ok && batch)
{
// Exit with error.
quit = true;