Skip to content
Snippets Groups Projects
Commit 2c094917 authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

listrunner: Replace str.split with library functions


- str.split("/").pop() should be os.path.basename
- str.split("\n") should be str.splitlines()

Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarIustin Pop <iustin@google.com>
parent ccf5dcf5
No related branches found
No related tags found
Loading
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