Skip to content
Snippets Groups Projects
Commit e03a1abb authored by Ewelina Maria Lobodzinska's avatar Ewelina Maria Lobodzinska
Browse files

Merge branch '21.6-sherpa-enable-cleanup' into '21.6'

Activate Sherpa_i cleanup option by default.

See merge request atlas/athena!24193
parents 1a94e2e3 de3340de
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ Sherpa_i::Sherpa_i(const std::string& name, ISvcLocator* pSvcLocator)
declareProperty("PluginCode", m_plugincode = "");
declareProperty("CrossSectionScaleFactor", m_xsscale=1.0);
declareProperty("CleanupGeneratedFiles", m_cleanup=false);
declareProperty("CleanupGeneratedFiles", m_cleanup=true);
}
......
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