Add missing files in exception message (#5360)

This commit is contained in:
Rafael Guglielmetti
2022-08-22 08:32:25 +02:00
committed by GitHub
parent 7f014bd616
commit e3c7995b00
4 changed files with 25 additions and 4 deletions
+1
View File
@@ -25,6 +25,7 @@ struct IOConfig
}
bool IsValid() const;
std::vector<std::string> GetMissingFiles() const;
boost::filesystem::path GetPath(const std::string &fileName) const
{
if (!IsConfigured(fileName, required_input_files) &&