Skip to content
Snippets Groups Projects
Commit fcf11359 authored by Manlio Bacco's avatar Manlio Bacco
Browse files

fix for FileNotFoundException if file conformance is run as first test

parent f9e2064c
No related branches found
No related tags found
No related merge requests found
......@@ -158,6 +158,8 @@ public class ToolsRun {
if(fch.bugsMap != null){
this.window = window;
this.projectToAnalyze = fch.prj;
verifyImages();
visualizeResultsFC(fch.bugsMap);
}
} catch (ExecutionException e) {
......
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