Show More
@@ -188,6 +188,7 b' class profile(object):' | |||||
188 |
|
188 | |||
189 | self._output = self._ui.config('profiling', 'output') |
|
189 | self._output = self._ui.config('profiling', 'output') | |
190 |
|
190 | |||
|
191 | if True: | |||
191 | if self._output == 'blackbox': |
|
192 | if self._output == 'blackbox': | |
192 | self._fp = util.stringio() |
|
193 | self._fp = util.stringio() | |
193 | elif self._output: |
|
194 | elif self._output: |
General Comments 0
You need to be logged in to leave comments.
Login now