Skip to content
Snippets Groups Projects
Forked from Platform / Development / swh-core
73 commits behind the upstream repository.
Antoine Lambert's avatar
Antoine Lambert authored
Make the function returns False when such exception is raised,
for instance when a .swh file exists in home directory.

It fixes pre-commit mypy check in swh-web for such edge cases.
c6fb5c2e
History

Software Heritage - Core foundations

Low-level utilities and helpers used by almost all other modules in the stack.

core library for swh's modules:

  • config parser
  • serialization
  • logging mechanism
  • database connection
  • http-based RPC client/server