Commit 383f6cf0 authored by Raul Tambre's avatar Raul Tambre Committed by Commit Bot

gclient_utils: Actually pass the include_zero parameter to Annotated constructor

Change-Id: I3d1e155ed2b6c4b4d6549bfb609358538dcdcd0a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1815868
Auto-Submit: Raul Tambre <raul@tambre.ee>
Commit-Queue: Edward Lesmes <ehmaldonado@chromium.org>
Reviewed-by: 's avatarEdward Lesmes <ehmaldonado@chromium.org>
parent a79f0e50
......@@ -438,7 +438,7 @@ def MakeFileAutoFlush(fileobj, delay=10):
def MakeFileAnnotated(fileobj, include_zero=False):
if getattr(fileobj, 'annotated', None):
return fileobj
return Annotated(fileobj)
return Annotated(fileobj, include_zero)
GCLIENT_CHILDREN = []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment