mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-04 17:23:20 +00:00
Avoid double writing of the results
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user