Browse Source

storm-conv should not fail if no input arguments were given

tempestpy_adaptions
TimQu 6 years ago
parent
commit
d343943cbd
  1. 2
      src/storm-conv-cli/storm-conv.cpp

2
src/storm-conv-cli/storm-conv.cpp

@ -113,8 +113,6 @@ namespace storm {
auto const& input = storm::settings::getModule<storm::settings::modules::ConversionInputSettings>();
if (input.isPrismInputSet()) {
processPrismInput();
} else {
STORM_LOG_THROW(false, storm::exceptions::InvalidSettingsException, "Could not find a supported input format.");
}
}
}

Loading…
Cancel
Save