fix: ltlsynt --tlsf does not propagate name to csv

* bin/ltlsynt.cc: Here
This commit is contained in:
Philipp Schlehuber-Caissier 2022-09-21 16:02:49 +02:00
parent 4a24739c3f
commit c45ff0c94c

View file

@ -705,7 +705,7 @@ namespace
} }
if (opt_csv) if (opt_csv)
print_csv(f); print_csv(f, filename);
return res; return res;
} }