This fix an issue discovered while testing loader on docker environment,
error was (load_arch() got an unexpected keyword argument
'lister_name')
Related T4233
Differential D8051
Arch, use **kwargs on task initialisation instead of named args. franckbret on Jun 29 2022, 3:56 PM. Authored by Tags None Subscribers None
Details
This fix an issue discovered while testing loader on docker environment, Related T4233
Diff Detail
Event TimelineComment Actions Build is green Patch application report for D8051 (id=29043)Rebasing onto 50bde53da5... Current branch diff-target is up to date. Changes applied before testcommit 7e2516b175eceba20617e4a43441029beeef528f Author: Franck Bret <franck.bret@octobus.net> Date: Wed Jun 29 15:53:06 2022 +0200 Arch, use **kwargs on task initialisation instead of named args. This fix an issue discovered while testing loader on docker environment, error was (load_arch() got an unexpected keyword argument 'lister_name') Related T4233 See https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/810/ for more details. Comment Actions Build is green Patch application report for D8051 (id=29048)Rebasing onto b0e3335df7... Current branch diff-target is up to date. Changes applied before testcommit 01547b8edff51b03294aa7cb556a7fe34a15788d Author: Franck Bret <franck.bret@octobus.net> Date: Wed Jun 29 15:53:06 2022 +0200 Arch, use **kwargs on task initialisation instead of named args. This fix an issue discovered while testing loader on docker environment, error was (load_arch() got an unexpected keyword argument 'lister_name') Related T4233 See https://jenkins.softwareheritage.org/job/DLDBASE/job/tests-on-diff/812/ for more details. |