mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-07-29 15:22:55 +00:00
Avoid double writing of the results
This commit is contained in:
parent
4992449b51
commit
532d69ef47
@ -213,7 +213,6 @@ int main(int argc, char *argv[]) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(!dry_run) {
|
if(!dry_run) {
|
||||||
write_results(&results, false);
|
|
||||||
if(vm.count("path")) write_results(&results, false, config_file);
|
if(vm.count("path")) write_results(&results, false, config_file);
|
||||||
else write_results(&results, false);
|
else write_results(&results, false);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user