Skip to content

__main__: reformat path loop to satisfy black#67

Merged
roxell merged 1 commit into
kernelci:masterfrom
roxell:fix-stylecheck-pflash
May 21, 2026
Merged

__main__: reformat path loop to satisfy black#67
roxell merged 1 commit into
kernelci:masterfrom
roxell:fix-stylecheck-pflash

Conversation

@roxell
Copy link
Copy Markdown
Collaborator

@roxell roxell commented May 21, 2026

The for path in [...] + list(job.pflash) + extra_assets: expression is too long for black's 88 column limit, so stylecheck fails.

Wrap the whole expression in parens so each + operand sits on its own line. No functional change.

Fixes: e8f7ae3 ("qemu: add --pflash and update --enable-cca help text")

The `for path in [...] + list(job.pflash) + extra_assets:`
expression is too long for black's 88 column limit, so
stylecheck fails.

Wrap the whole expression in parens so each `+` operand
sits on its own line. No functional change.

Fixes: e8f7ae3 ("qemu: add --pflash and update --enable-cca help text")
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
@roxell roxell merged commit d1ce511 into kernelci:master May 21, 2026
29 of 30 checks passed
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.

1 participant