Staging instance, all changes can be removed at any time

Skip to content

storage.writer: Fix journal writer sanitizer function

According to the value_sanitizer docstring, this takes 2 parameters, first is the object type, the second is the actual dict value to sanitize. As a somewhat default identity function, this discards the object type and returns directly the dict value unchanged.

Test Plan

tox

vagrant is ok with patched indexer storage, running the actual swh-indexer-journal-client up to writing to the new swh.journal.indexed.* topics.


Migrated from D4624 (view on Phabricator)

Merge request reports

Loading