Skip to content

Commit

Permalink
fix in duplicate printout
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrondol authored and makortel committed Apr 27, 2017
1 parent 805d470 commit da8d834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Validation/RecoTrack/python/plotting/ntuplePrintersDiff.py
Expand Up @@ -1128,7 +1128,7 @@ def _printMatchedTracks(self, tracks, header=None, useTrackPrinter=True):
self._trackPrinter.indent(2)
for track in tracks:
lst.extend(self._trackPrinter.printTrack(track))
self._trackPrinter.restoreIndent()
self._trackPrinter.restoreIndent()
return lst

def printMatchedTracks(self, tp, useTrackPrinter=True):
Expand Down

0 comments on commit da8d834

Please sign in to comment.