Skip to content
Snippets Groups Projects
Commit f0232788 authored by Peterson, Peter's avatar Peterson, Peter
Browse files

Remove broken check for file being readable

parent 30942698
No related merge requests found
......@@ -258,8 +258,6 @@ std::vector<std::string> PDLoadCharacterizations::getFilenames() {
Poco::Path path(filename);
if (!path.isFile())
throw Exception::FileError("File is not a regular file", filename);
if (!file.canRead())
throw Exception::FileError("Cannot read file", filename);
}
return filenames;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment