Skip to content
Snippets Groups Projects
Commit beac9e25 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "linux-ramdump-parser-v2: use sys.stdout as the default file"

parents 8b49a6c2 1425a0f0
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ import sys ...@@ -12,7 +12,7 @@ import sys
import traceback import traceback
from contextlib import contextmanager from contextlib import contextmanager
out_file = None out_file = sys.stdout
def flush_outfile(): def flush_outfile():
if out_file is None: if out_file is None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment