Skip to content

boot-utils: Address new pylint possibly-used-before-assignment warnings#120

Merged
msfjarvis merged 1 commit into
ClangBuiltLinux:mainfrom
nathanchance:fix-pylint-possibly-used-before-assignment
May 15, 2024
Merged

boot-utils: Address new pylint possibly-used-before-assignment warnings#120
msfjarvis merged 1 commit into
ClangBuiltLinux:mainfrom
nathanchance:fix-pylint-possibly-used-before-assignment

Conversation

@nathanchance

Copy link
Copy Markdown
Member
boot-qemu.py:148:32: E0606: Possibly using variable 'decomp_cmd' before assignment (possibly-used-before-assignment)
utils.py:215:24: E0606: Possibly using variable 'gh_json_rel' before assignment (possibly-used-before-assignment)

  boot-qemu.py:148:32: E0606: Possibly using variable 'decomp_cmd' before assignment (possibly-used-before-assignment)
  utils.py:215:24: E0606: Possibly using variable 'gh_json_rel' before assignment (possibly-used-before-assignment)

Signed-off-by: Nathan Chancellor <nathan@kernel.org>
@msfjarvis msfjarvis merged commit ddb4c86 into ClangBuiltLinux:main May 15, 2024
@nathanchance nathanchance deleted the fix-pylint-possibly-used-before-assignment branch February 23, 2026 06:27
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