HomeSoftware Heritage

Fix crash when using datastore_get_or_add for an existing datastore

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Fix crash when using datastore_get_or_add for an existing datastore

The case where the datastore already exists was masked by @functools.lru_cache,
which persists for the lifetime of a test, causing the function not to be
actually called twice.

Commit No Longer Exists

This commit no longer exists in the repository.