Commit f6ce3a79 by Calen Pennington

Remove extraneous timedelta conversion

parent b10f0ff3
......@@ -149,7 +149,7 @@ class LoggingFormatter(Formatter):
playbook_name,
time.asctime(),
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