Skip to content
Snippets Groups Projects
Commit 7dad7501 authored by Erik Oudsen's avatar Erik Oudsen
Browse files

MR related changes V1

parent 95b38825
No related branches found
No related tags found
2 merge requests!78Master merge,!50Radon
Pipeline #169907 passed
......@@ -111,12 +111,12 @@ public class Radon extends FragmentAnalyzer {
final var done = runningProcess.waitFor(2, TimeUnit.MINUTES);
if (!done) {
logger.warn("The Python process for Radon timed out during execution");
return new ProjectEntity();
throw new IOException();
}
} catch (InterruptedException e) {
logger.warn("The Python executable from analyzer Radon was interrupted");
return new ProjectEntity();
throw new IOException();
}
// Retrieve the JSon object from the process
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment