This fix an issue discovered while testing loader on docker environment,
error was (load_crates() got an unexpected keyword argument 'lister_name')
Related T4104
Differential D8049
Crates loader, use **kwargs on task and loader initialisation instead of named args franckbret on Jun 29 2022, 2:58 PM. Authored by Tags None Subscribers None
Details
This fix an issue discovered while testing loader on docker environment, Related T4104
Diff Detail
Event TimelineComment Actions Build is green Patch application report for D8049 (id=29039)Rebasing onto d627c2598a... Current branch diff-target is up to date. Changes applied before testcommit 50bde53da53b7fce9616da3f208831948700ce8e Author: Franck Bret <franck.bret@octobus.net> Date: Wed Jun 29 14:49:27 2022 +0200 Crates loader, use **kwargs on task and loader initialisation instead of named args This fix an issue discovered while testing loader on docker environment, error was (load_crates() got an unexpected keyword argument 'lister_name') Related T4104 See https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/809/ for more details. |