1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 15:57:14 +03:00

[2251] Clarify Bundle Update Error Msg

This commit is contained in:
David Sangrey 2024-06-06 18:49:12 -04:00
parent 1930930854
commit dd8b18cbae
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC

View File

@ -191,8 +191,9 @@ class Updater:
try:
check_for_fdev_updates(local=True)
except Exception as e:
logger.info('Tried to update local FDEV files but failed.')
logger.info(e)
logger.info("Tried to update bundle FDEV files but failed. Don't worry, "
"this likely isn't important and can be ignored unless"
f" you run into other issues. If you're curious: {e}")
def check_appcast(self) -> EDMCVersion | None:
"""