Code review comment for lp:~a-j-buxton/phablet-tools/download-only

Revision history for this message
Ricardo Salveti (rsalveti) wrote :

71 + device = validate_device(adb, device)

We already know the device as we're calling detect_device for all use cases, so just call validate_device without checking for the returned value.

Also, please remove the "return device" from the validate_device function.

review: Needs Fixing

« Back to merge proposal