Correct missed bit of rename

This commit is contained in:
Ellwood Zwovic
2017-08-20 00:52:28 -07:00
parent 4ac2dc9c44
commit 9239a6637f

View File

@@ -245,7 +245,7 @@ else:
self.log.info('Task progress at %i%%', progress.progress * 100)
def _subproc_download_error(self, error: messages.DownloadError):
self.report({'ERROR'}, 'Unable to download package: %s' % error.description)
self.report({'ERROR'}, 'Unable to download package: %s' % error.message)
self.quit()
def _subproc_install_error(self, error: messages.InstallError):