Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Mar 12, 2021
1 parent 9b8f616 commit 9321127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ostap/trees/funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def __init__ ( self , the_function , tree = None ) :
if tree is None : tree = ROOT.nullptr
super(PyTreeFunction,self).__init__ ( tree )
assert callable ( the_function ), \
'PyTreeFunction:Invalid callable %s/%s' ( the_function , type ( the_function ) )
'PyTreeFunction:Invalid callable %s/%s' % ( the_function , type ( the_function ) )
self.__function = the_function

@property
Expand Down

0 comments on commit 9321127

Please sign in to comment.