Fix prints
This commit is contained in:
parent
6e8ffd9329
commit
718ea1b6b0
|
@ -50,7 +50,7 @@ def wipe_installation(install_dir):
|
||||||
def check_installation(install_dir):
|
def check_installation(install_dir):
|
||||||
if os.path.exists(install_dir):
|
if os.path.exists(install_dir):
|
||||||
print ' Lektor seems to be installed already.'
|
print ' Lektor seems to be installed already.'
|
||||||
print ' Continuing will delete:
|
print ' Continuing will delete:'
|
||||||
print ' %s' % install_dir
|
print ' %s' % install_dir
|
||||||
print
|
print
|
||||||
get_confirmation()
|
get_confirmation()
|
||||||
|
|
Loading…
Reference in New Issue