1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00
Co-authored-by: OniriCorpe <oniricorpe@yunohost.org>
This commit is contained in:
tituspijean 2024-04-29 21:33:46 +02:00 committed by GitHub
parent 83060e6d63
commit f1fd576661
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,7 +65,7 @@ def __build_app_dict(data) -> Optional[tuple[str, dict[str, Any]]]:
try:
return name, build_app_dict(name, info)
except Exception as err:
logging.error("[List builder] Error while updating %s: %s)", name, err)
logging.error("[List builder] Error while updating %s: %s", name, err)
def build_base_catalog(nproc: int):