Skip to content

Commit

Permalink
switch to pybind11
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlange6 committed Apr 3, 2019
1 parent 0ac3da7 commit d4156ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Fireworks/FWInterface/BuildFile.xml
Expand Up @@ -16,7 +16,7 @@
<lib name="GuiHtml"/>
<lib name="GX11"/>
<use name="boost_python"/>
<use name="FWCore/PythonParameterSet"/>
<use name="FWCore/PyDevParameterSet"/>
<export>
<lib name="1"/>
</export>
4 changes: 2 additions & 2 deletions Fireworks/FWInterface/src/FWPathsPopup.cc
Expand Up @@ -24,7 +24,7 @@
#include "FWCore/ServiceRegistry/interface/ModuleCallingContext.h"
#include "FWCore/ServiceRegistry/interface/StreamContext.h"

#include "FWCore/PythonParameterSet/src/PythonWrapper.h"
#include "FWCore/PyDevParameterSet/src/PyBind11Wrapper.h"
#include <boost/python/errors.hpp>
#include "TGLabel.h"
#include "KeySymbols.h"
Expand Down Expand Up @@ -253,7 +253,7 @@ FWPathsPopup::scheduleReloadEvent()
}
catch (boost::python::error_already_set const&)
{
edm::pythonToCppException("Configuration");
edm::pythonToCppException("Configuration","");
Py_Finalize();
}
catch (cms::Exception &exception)
Expand Down

0 comments on commit d4156ac

Please sign in to comment.