lnt admin rm-machine command prints output from the REST API for
deleting machine line by line using requests.response's iter_lines()
method. However in Python 3 this method returns data by default and
printing expects a string. This commit uses the text attribute for
requests.response and iterate over the lines with splitlines.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 39568 Build 39592: arc lint + arc unit