updated script with print Removed trailing whitespace Signed Change-Id: I2b3d575155a79a61e0a5232f98880d74bdffb797 Signed-off-by: Anton Utkin <autkin@redhat.com>
5 lines
101 B
Python
5 lines
101 B
Python
import datetime
|
|
|
|
print(datetime.datetime.now())
|
|
print("hello world")
|
|
print("This is a signed commit") |