Avoid double writing of the results

This commit is contained in:
Carles Fernandez 2017-11-04 12:01:24 +01:00
parent 4992449b51
commit 532d69ef47
1 changed files with 0 additions and 1 deletions

View File

@ -213,7 +213,6 @@ int main(int argc, char *argv[]) {
}
if(!dry_run) {
write_results(&results, false);
if(vm.count("path")) write_results(&results, false, config_file);
else write_results(&results, false);
}