Skip to content

Commit

Permalink
Merge pull request #6774 from wmtan/AdaptToPyRootChange
Browse files Browse the repository at this point in the history
Adapt to PyROOT change
  • Loading branch information
ktf committed Dec 3, 2014
2 parents 88b1018 + 80f8e3c commit 6f100a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataFormats/FWLite/python/__init__.py
Expand Up @@ -71,7 +71,7 @@ def __init__ (self,
print "Not deleting wrapper"
del kwargs['noDelete']
else:
self._wrapper.IsA().Destructor( self._wrapper )
ROOT.TClass.GetClass("edm::Wrapper<"+self._type+">").Destructor( self._wrapper )
# Since we deleted the options as we used them, that means
# that kwargs should be empty. If it's not, that means that
# somebody passed in an argument that we're not using and we
Expand Down

0 comments on commit 6f100a3

Please sign in to comment.