Fix a Linux problem in Datasets
This commit is contained in:
@@ -43,7 +43,7 @@ namespace platform {
|
||||
}
|
||||
std::string get(const std::string& key)
|
||||
{
|
||||
return env[key];
|
||||
return env.at(key);
|
||||
}
|
||||
std::vector<int> getSeeds()
|
||||
{
|
||||
|
Reference in New Issue
Block a user