Skip to content

Commit

Permalink
lib: remove System.exit, #TASK-5576, #TASK-5564
Browse files Browse the repository at this point in the history
  • Loading branch information
jtarraga committed Aug 5, 2024
1 parent 2c7ddfb commit 78211d0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,6 @@ private AbstractBuilder buildGene() throws CellBaseException {
return null;
}

System.exit(-1);

copyVersionFiles(versionFiles, geneBuildPath);

return new GeneBuilder(geneDownloadPath, geneBuildPath, speciesConfiguration, flexibleGTFParsing, configuration);
Expand Down

0 comments on commit 78211d0

Please sign in to comment.