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