Closed
Bug 752528
Opened 13 years ago
Closed 12 years ago
vcs_checkout_repos takes **kwargs which is unsued and then overwritten
Categories
(Release Engineering :: General, defect, P3)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 793642
People
(Reporter: k0scist, Unassigned)
Details
(Whiteboard: [mozharness])
The passed in **kwargs is never used:
http://hg.mozilla.org/build/mozharness/file/eed9746c412f/mozharness/base/vcs/vcsbase.py#l57
However we do overwrite it and use that
http://hg.mozilla.org/build/mozharness/file/eed9746c412f/mozharness/base/vcs/vcsbase.py#l67
Reporter | ||
Updated•13 years ago
|
Whiteboard: [mozharness]
Updated•13 years ago
|
Priority: -- → P3
Comment 1•12 years ago
|
||
Removing the passed in **kwargs in bug 793642.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
Assignee | ||
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•