From 22265b07712c88c026a1ab1a71e0793186b93519 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 23 Jun 2018 18:56:16 +0300 Subject: Change: clarify wording for timestamp of build starting --- ick2/workapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ick2/workapi.py b/ick2/workapi.py index 0c885b5..1dc9e81 100644 --- a/ick2/workapi.py +++ b/ick2/workapi.py @@ -68,7 +68,7 @@ class WorkAPI(ick2.APIbase): sm.handle_event(ick2.BuildStartsEvent()) self._append_text_to_build_log( log, - 'Starting build at {}\n'.format( + 'Build started at {}\n'.format( time.strftime('%Y-%m-%d %H:%M:%S'))) resp = sm.handle_event(ick2.NeedWorkEvent()) -- cgit v1.2.1