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:
parent
1930930854
commit
dd8b18cbae
@ -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:
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user