Closed
Bug 929157
Opened 11 years ago
Closed 11 years ago
Fix pyflakes warnings in generate_diff.py
Categories
(Testing :: Mozbase, defect)
Testing
Mozbase
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: emorley, Unassigned)
Details
Broken out from bug 811527:
(In reply to Jeff Hammel [:jhammel] from bug 811527 comment #13)
> (In reply to Ed Morley
> > What was the intention with:
> >
> > # ensure that the versions to mirror are compatible with what is in
> > m-c
> > old_package_info = current_package_info.copy()
> > (http://hg.mozilla.org/mozilla-central/file/23c23b472a4f/testing/mozbase/
> > generate_diff.py#l331)
> >
> > We currently don't use old_package_info after assignment - wondering if I
> > can just clean this up?
>
> Guessing that it was debugging code that I forgot to remove. Please feel
> free to remove.
Reporter | ||
Comment 1•11 years ago
|
||
versionbump.py no longer exists after bug 949600.
Assignee: emorley → nobody
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
Reporter | ||
Comment 2•11 years ago
|
||
generate_diff.py even
You need to log in
before you can comment on or make changes to this bug.
Description
•