bug fix: hdf5 printError still called once. replcaed with printErrorStack

This commit is contained in:
2019-05-22 19:09:45 +02:00
parent 5e246c0754
commit 4f99aeabd2
2 changed files with 4 additions and 1 deletions

View File

@ -283,7 +283,7 @@ public:
}
catch(Exception error){
cprintf(RED,"Error in extending dataset in object %d\n",ind);
error.printError();
error.printErrorStack();
return 1;
}
return 0;