Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pylint possibly-used-before-assignment #24

Merged
merged 1 commit into from
May 20, 2024

Conversation

cjmayo
Copy link
Contributor

@cjmayo cjmayo commented May 20, 2024

************* Module linkcheck_gui.library.bookmarks.opera
linkcheck_gui/library/bookmarks/opera.py:33:11: E0606: Possibly using variable 'dirpath' before assignment (possibly-used-before-assignment)
************* Module linkcheck_gui.library.bookmarks.firefox
linkcheck_gui/library/bookmarks/firefox.py:28:11: E0606: Possibly using variable 'dirpath' before assignment (possibly-used-before-assignment)

************* Module linkcheck_gui.library.bookmarks.opera
linkcheck_gui/library/bookmarks/opera.py:33:11: E0606: Possibly using variable 'dirpath' before assignment (possibly-used-before-assignment)
************* Module linkcheck_gui.library.bookmarks.firefox
linkcheck_gui/library/bookmarks/firefox.py:28:11: E0606: Possibly using variable 'dirpath' before assignment (possibly-used-before-assignment)
@coveralls
Copy link

coveralls commented May 20, 2024

Pull Request Test Coverage Report for Build 9163312247

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 83.513%

Totals Coverage Status
Change from base Build 8805354263: 0.0%
Covered Lines: 2330
Relevant Lines: 2790

💛 - Coveralls

@cjmayo cjmayo merged commit 89442a8 into linkchecker:master May 20, 2024
8 checks passed
@cjmayo cjmayo deleted the possibly-used-before-assignment branch May 21, 2024 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants