Add missing files in exception message (#5360)
This commit is contained in:
committed by
GitHub
parent
7f014bd616
commit
e3c7995b00
@@ -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) &&
|
||||
|
||||
Reference in New Issue
Block a user