Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
parse: do not ask to run as root if not needed
On macOS it is expected to get the error: idVendor: 0x0B05 Can't get iManufacturer string: LIBUSB_ERROR_INVALID_PARAM idProduct: 0x1825 Can't get iProduct string: LIBUSB_ERROR_INVALID_PARAM Running as root does not solve the problem. So need to fail and ask to re-run as root in that case.
- Loading branch information