Skip to content

Commit

Permalink
Update frames.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev authored Sep 24, 2023
1 parent 4981596 commit b4e5502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ostap/frames/frames.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def frame_progress2 ( frame , length = -1 ) :
ROOT.ROOT.RDF.Experimental.AddProgressBar ( frame )
return frame

__all__ = __all__ + ( 'framep_rogress2', )
__all__ = __all__ + ( 'frame_progress2', )


# =============================================================================
Expand Down

0 comments on commit b4e5502

Please sign in to comment.