Fixed a couple of typos in the updater

This commit is contained in:
rembo10
2014-04-02 16:19:28 -07:00
parent 5da4cb7d12
commit 41119b1d77

View File

@@ -204,13 +204,13 @@ def update():
f.close()
# Extract the tar to update folder
logger.info('Extracing file' + tar_download_path)
logger.info('Extracting file: ' + tar_download_path)
tar = tarfile.open(tar_download_path)
tar.extractall(update_dir)
tar.close()
# Delete the tar.gz
logger.info('Deleting file' + tar_download_path)
logger.info('Deleting file: ' + tar_download_path)
os.remove(tar_download_path)
# Find update dir name