##// END OF EJS Templates
profile: remove now useless indent...
marmoute -
r32806:3a4c677c default
parent child Browse files
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 if self._output == 'blackbox':
216 if self._output == 'blackbox':
218 val = 'Profile:\n%s' % self._fp.getvalue()
217 val = 'Profile:\n%s' % self._fp.getvalue()
219 # ui.log treats the input as a format string,
218 # ui.log treats the input as a format string,
General Comments 0
You need to be logged in to leave comments. Login now