mirror of
git://git.yoctoproject.org/yocto-autobuilder-helper.git
synced 2025-07-19 20:59:02 +02:00
utils: Fix typo
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
aeed28da90
commit
a37a62a15c
|
@ -153,7 +153,7 @@ def printheader(msg, timestamp=True):
|
|||
print("====================================================================================================")
|
||||
if timestamp:
|
||||
print("%s (%s)" % (msg, time.time()))
|
||||
else
|
||||
else:
|
||||
print(msg)
|
||||
print("====================================================================================================")
|
||||
print("")
|
||||
|
|
Loading…
Reference in New Issue
Block a user