Skip to content
Snippets Groups Projects
Commit 189a1030affb authored by Yuya Nishihara's avatar Yuya Nishihara
Browse files

profiling: obtain stderr from ui

This will help Python 3 porting.
parent e1d6aa0e4c3a
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,6 @@
import contextlib
import os
import sys
import time
from .i18n import _
......@@ -136,7 +135,7 @@
path = ui.expandpath(output)
fp = open(path, 'wb')
else:
fp = sys.stderr
fp = ui.ferr
try:
if profiler == 'ls':
......
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