Show More
@@ -213,7 +213,6 class profile(object): | |||||
213 | if self._profiler is None: |
|
213 | if self._profiler is None: | |
214 | return |
|
214 | return | |
215 | self._profiler.__exit__(exception_type, exception_value, traceback) |
|
215 | self._profiler.__exit__(exception_type, exception_value, traceback) | |
216 | if self._output: |
|
|||
217 |
|
|
216 | if self._output == 'blackbox': | |
218 |
|
|
217 | val = 'Profile:\n%s' % self._fp.getvalue() | |
219 |
|
|
218 | # ui.log treats the input as a format string, |
General Comments 0
You need to be logged in to leave comments.
Login now