You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given that HtmlFormatter checks ArchivingContext for the appropriate hashing algorithm, that fails when HashEnricher is not included in orchestration.yaml.
Given that
HtmlFormatter
checksArchivingContext
for the appropriate hashing algorithm, that fails whenHashEnricher
is not included inorchestration.yaml
.auto-archiver/src/auto_archiver/formatters/html_formatter.py
Lines 57 to 59 in e495501
In such a scenario, as
HashEnricher
is not initiated earlier,ArchivingContext
has no record of a selected algorithm (default or otherwise).The text was updated successfully, but these errors were encountered: