notebook/logger.py 21:4 error method already defined line 14 E0102
Categories
(Developer Infrastructure :: Lint and Formatting, task)
Tracking
(Not tracked)
People
(Reporter: Sylvestre, Unassigned, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug, Whiteboard: [lang=python])
Attachments
(1 file)
python/mozperftest/mozperftest/metrics/notebook/logger.py
21:4 error method already defined line 14 E0102 (pylint)
Might create some unexpected behavior
To reproduce :
$ ./mach lint -l pylint -n python/mozperftest/mozperftest/metrics/notebook/logger.py
the member debug
should probably be renamed
As the change should be easy, it is just to learn how to contribute to Firefox.
Tutorial to contribute:
https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Please don't ask for the bug to be assigned. It will be automatically assigned to the first patch.
Comment 1•5 years ago
|
||
Comment 2•5 years ago
|
||
Hi, I dont know how to add a reviewer.
Should I change the commit message by making a new one?
Reporter | ||
Comment 3•5 years ago
|
||
Just click on "Edit revision" => add the person in "Reviewers"
no need to update it
Comment 4•4 years ago
|
||
Hi. I am checking the file path "logger.py", it does not appear in the base code. :
usuario@DESKTOP-1KQGKDF /c/mozilla-source/mozilla-unified/python/mozperftest/mozperftest/metrics/notebook
$ ls
init.py notebook-sections perftestnotebook.py transformer.py utilities.py
constant.py perftestetl.py template_upload_file.html transforms
Could it be that something is missing in my configuration?. Please help me.
Updated•3 years ago
|
Reporter | ||
Comment 5•3 years ago
|
||
yeah, doesn't exist anymore.
sorry
Description
•