formatting tweak

This commit is contained in:
Joseph Nix 2018-01-17 17:18:31 -06:00 committed by GitHub
parent fc4403d051
commit 885ddf2b08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -103,7 +103,8 @@ if 1:
print(' and remove this symlink:')
print(' %s' % symlink_path)
print()
if prompt: get_confirmation()
if prompt:
get_confirmation()
print()
wipe_installation(lib_dir, symlink_path)