diff --git a/gclient_utils.py b/gclient_utils.py index 38341337a..bec9e8d0c 100644 --- a/gclient_utils.py +++ b/gclient_utils.py @@ -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 = []