Skip to content
Snippets Groups Projects
Verified Commit 89a199b3 authored by Newbyte's avatar Newbyte :snowflake:
Browse files

mrtest.apk_installed: Don't reuse "output" name

This confuses mypy as bytes.decode() returns a str and
subprocess.run(...).stdout returns a bytes object.

While it would be possible to type output as being a Union[bytes, str],
these are really two distinct purposes and I think just renaming the
first use of output to output_raw helps make the code clearer anyway.
parent 7fce8005
No related branches found
No related tags found
1 merge request!41Various typing fixes
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment