Browse Source

Fix log file name argument

Former-commit-id: c13b4ca3ad
tempestpy_adaptions
hbruintjes 9 years ago
parent
commit
8ef899ef1c
  1. 4
      src/settings/modules/DebugSettings.cpp

4
src/settings/modules/DebugSettings.cpp

@ -38,7 +38,7 @@ namespace storm {
}
std::string DebugSettings::getLogfilename() const {
return this->getOption(traceOptionName).getArgumentByName("filename").getValueAsString();
return this->getOption(logfileOptionName).getArgumentByName("filename").getValueAsString();
}
bool DebugSettings::isTestSet() const {
@ -47,4 +47,4 @@ namespace storm {
} // namespace modules
} // namespace settings
} // namespace storm
} // namespace storm
Loading…
Cancel
Save