Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Purva-Chaudhari committed Aug 24, 2021
1 parent ca07bd7 commit 22407ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions CondCore/Utilities/src/CondDBFetch.cc.rej

This file was deleted.

2 changes: 1 addition & 1 deletion CondCore/Utilities/src/PayloadInspector.cc
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ namespace cond {
std::vector<std::tuple<std::string, cond::Time_t, cond::Time_t> > tags;
tags.resize(nt);
for (size_t i = 0; i < nt; i++) {
boost::python::tuple entry = tagsWithTimeBoundaries[i].cast<py::tuple>();
py::tuple entry = tagsWithTimeBoundaries[i].cast<py::tuple>();
std::string tagName = entry[0].cast<std::string>();
std::string time0s = entry[1].cast<std::string>();
std::string time1s = entry[2].cast<std::string>();
Expand Down

0 comments on commit 22407ac

Please sign in to comment.