This fix an issue discovered while testing loader on docker environment,
error was (load_crates() got an unexpected keyword argument 'lister_name')
Related T4104
Paths
| Differential D8049 Authored by franckbret on Jun 29 2022, 2:58 PM.
Details
Summary This fix an issue discovered while testing loader on docker environment, Related T4104
Diff Detail
Event TimelineHerald added a reviewer: Reviewers. · View Herald TranscriptJun 29 2022, 2:58 PM2022-06-29 14:58:00 (UTC+2) Comment 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. Harbormaster completed remote builds in B30125: Diff 29039.Jun 29 2022, 3:01 PM2022-06-29 15:01:30 (UTC+2) This revision is now accepted and ready to land.Jun 29 2022, 3:20 PM2022-06-29 15:20:34 (UTC+2) Closed by commit rDLDBASE50bde53da53b: Crates loader, use **kwargs on task and loader initialisation instead of (authored by franckbret). · Explain WhyJun 29 2022, 3:28 PM2022-06-29 15:28:39 (UTC+2) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 29039 swh/loader/package/crates/loader.py
swh/loader/package/crates/tasks.py
|