Removed unneccessary ValueError when dump_thermo keyword is missing
A run keyword need not be preceded by a dump_thermo keyword.
In master when parsing thermodynamic data for such cases a ValueError is raised unnecessarily.
This ValueError is replaced in this MR by continue statement.