mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-01-23 02:14:04 +00:00
Delete default value of timedelta_isoformat
This commit is contained in:
parent
612e6ebed7
commit
35d3bc2db1
1 changed files with 1 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ class Tracer:
|
|||
|
||||
start_time = self.start_times.pop(-1)
|
||||
duration = datetime_module.datetime.now() - start_time
|
||||
now_string = pycompat.timedelta_isoformat(duration, timespec='microseconds')
|
||||
now_string = pycompat.timedelta_isoformat(duration)
|
||||
indent = ' ' * 4 * (thread_global.depth + 1)
|
||||
self.write('{indent}Total elapsed time: {now_string}'.format(
|
||||
**locals()))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue