mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-14 22:32:11 +03:00
[2251] Clarify Bundle Update Error Msg
This commit is contained in:
parent
1930930854
commit
dd8b18cbae
@ -191,8 +191,9 @@ class Updater:
|
|||||||
try:
|
try:
|
||||||
check_for_fdev_updates(local=True)
|
check_for_fdev_updates(local=True)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.info('Tried to update local FDEV files but failed.')
|
logger.info("Tried to update bundle FDEV files but failed. Don't worry, "
|
||||||
logger.info(e)
|
"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:
|
def check_appcast(self) -> EDMCVersion | None:
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user