Page MenuHomeSoftware Heritage

Arch, use **kwargs on task initialisation instead of named args.
ClosedPublic

Authored by franckbret on Jun 29 2022, 3:56 PM.

Details

Summary

This fix an issue discovered while testing loader on docker environment,
error was (load_arch() got an unexpected keyword argument
'lister_name')

Related T4233

Diff Detail

Event Timeline

Build is green

Patch application report for D8051 (id=29043)

Rebasing onto 50bde53da5...

Current branch diff-target is up to date.
Changes applied before test
commit 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.

This revision is now accepted and ready to land.Jun 29 2022, 4:06 PM

Build is green

Patch application report for D8051 (id=29048)

Rebasing onto b0e3335df7...

Current branch diff-target is up to date.
Changes applied before test
commit 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.