Skip to content
Snippets Groups Projects
Commit bfe7c460 authored by Stéphane  DALLONGEVILLE's avatar Stéphane DALLONGEVILLE
Browse files

fix for last icy-kernel

parent 5b973bd8
No related branches found
No related tags found
No related merge requests found
...@@ -87,6 +87,10 @@ public class SequenceSeriesBatch extends Batch ...@@ -87,6 +87,10 @@ public class SequenceSeriesBatch extends Batch
{ {
throw new VarException(multiSeriesFile, "Unable to read " + path); throw new VarException(multiSeriesFile, "Unable to read " + path);
} }
catch (InterruptedException e)
{
throw new VarException(multiSeriesFile, "Process interrupted !");
}
} }
@Override @Override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment