mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-07 08:46:21 +01:00
Fix spaces
This commit is contained in:
parent
b29fc3e25e
commit
d672220a52
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class Download(object):
|
|||
'oraclelicense=accept-securebackup-cookie"')
|
||||
self.msg.template(78)
|
||||
print("| '{0}' need to go ahead downloading".format(
|
||||
certificate[:23]))
|
||||
certificate[:23].strip()))
|
||||
self.msg.template(78)
|
||||
print("")
|
||||
self.downder_options += certificate
|
||||
|
|
Loading…
Add table
Reference in a new issue