Commit b392db3a by Calen Pennington

Remove extraneous timedelta conversion

parent 2de70884
...@@ -149,7 +149,7 @@ class LoggingFormatter(Formatter): ...@@ -149,7 +149,7 @@ class LoggingFormatter(Formatter):
playbook_name, playbook_name,
time.asctime(), time.asctime(),
len(results), len(results),
timedelta(seconds=(int(playbook_timestamp.duration.total_seconds()))) playbook_timestamp,
)) ))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment