fix: ltlsynt --tlsf does not propagate name to csv
* bin/ltlsynt.cc: Here
This commit is contained in:
parent
4a24739c3f
commit
c45ff0c94c
1 changed files with 1 additions and 1 deletions
|
|
@ -705,7 +705,7 @@ namespace
|
||||||
}
|
}
|
||||||
|
|
||||||
if (opt_csv)
|
if (opt_csv)
|
||||||
print_csv(f);
|
print_csv(f, filename);
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue