mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-29 02:14:51 +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) {
|
||||
write_results(&results, false);
|
||||
if(vm.count("path")) write_results(&results, false, config_file);
|
||||
else write_results(&results, false);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user