Fix spaces

This commit is contained in:
Dimitris Zlatanidis 2015-09-02 06:54:47 +03:00
parent b29fc3e25e
commit d672220a52

View file

@ -103,7 +103,7 @@ class Download(object):
'oraclelicense=accept-securebackup-cookie"') 'oraclelicense=accept-securebackup-cookie"')
self.msg.template(78) self.msg.template(78)
print("| '{0}' need to go ahead downloading".format( print("| '{0}' need to go ahead downloading".format(
certificate[:23])) certificate[:23].strip()))
self.msg.template(78) self.msg.template(78)
print("") print("")
self.downder_options += certificate self.downder_options += certificate