Related to: T3432
Diff Detail
Diff Detail
- Repository
- rDOBJS Object storage
- Branch
- wip-winery
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 22654 Build 35324: Phabricator diff pipeline on jenkins Jenkins console · Jenkins Build 35323: arc lint + arc unit
Event Timeline
Comment Actions
Build is green
Patch application report for D6006 (id=21687)
Rebasing onto 37dcacf162...
Current branch diff-target is up to date.
Changes applied before test
commit 4cade7b99245f0493fc237536d638f09a88368c5 Author: Loïc Dachary <loic@dachary.org> Date: Mon Jul 19 12:21:19 2021 +0200 add winery backend Summary: Related to: T3432 Reviewers: #reviewers
See https://jenkins.softwareheritage.org/job/DOBJS/job/tests-on-diff/25/ for more details.
Comment Actions
why *args, **kwargs on all methods?
swh/objstorage/backends/winery/__init__.py | ||
---|---|---|
12–13 | that's implicit in py3 ;) |
swh/objstorage/backends/winery/__init__.py | ||
---|---|---|
12–13 | True. It shows in other places therefore I figured it's tolerated :-) |