def transfer_mod_callback(percent, message): '''Callback for transfer module to indicate percentage complete.''' logging.debug("tm callback: %s: %s", percent, message) try: INSTALL_STATUS.update(InstallStatus.TM, percent, message) except ti_utils.InstallationError: # User selected to quit the transfer tm_abort_transfer()