Skip to content
Snippets Groups Projects
Commit d5a4e8cc authored by René Schöne's avatar René Schöne
Browse files

Merge remote-tracking branch 'origin/ttc_ilp' into develop

parents b0a7d1c4 2f5cf8ca
No related branches found
No related tags found
No related merge requests found
......@@ -246,7 +246,7 @@ public class Benchmark {
try (BufferedWriter solutionWriter = Files.newBufferedWriter(sfp.getSolutionPath(s))) {
MquatString out = solution.print(new MquatWriteSettings(" "));
solutionWriter.write(out.toString());
} catch (IOException e) {
} catch (NullPointerException | IOException e) {
logger.catching(e);
}
if (!writeOutResult(writer, path, failCount, sb)) return false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment