qmk-firmware/lib
Ayman Bagabas 9067dc817a Fix qmk doctor 'bytes-like object is required' on linux
This fixes the following issue related to encoding on linux systems. Add
`universal_newlines=True` to subprocess.

<class 'TypeError'>
☒ a bytes-like object is required, not 'str'
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/milc.py", line 564, in __call__
    return self.__call__()
  File "/usr/local/lib/python3.7/site-packages/milc.py", line 569, in __call__
    return self._entrypoint(self)
  File "$HOME/qmk_firmware/lib/python/qmk/cli/doctor.py", line 56, in doctor
    for line in mm_check.stdout.split('\n'):
TypeError: a bytes-like object is required, not 'str'
2019-10-03 10:27:20 -07:00
..
arm_atsam/packs CTRL keyboard bootloader_jump support 2018-09-28 23:09:53 -04:00
chibios@587968d6cb Merge ChibiOS and LUFA descriptor support (#2362) 2018-02-08 15:07:46 -05:00
chibios-contrib@ede48346ee Revert changes to chibiOS-contrib (#4176) 2018-10-19 12:42:28 -07:00
googletest@ec44c6c167 Add Google Test submodule 2016-08-27 21:57:49 +03:00
lib8tion Spirals, Pinwheels, and Documentation....Oh My! RGB Matrix Effects (#5877) 2019-05-19 09:19:46 -07:00
lufa@ce10f7642b add lufa as a submodule 2019-08-30 15:01:52 -07:00
python Fix qmk doctor 'bytes-like object is required' on linux 2019-10-03 10:27:20 -07:00
ugfx@3e97b74e03 Update uGFX and Chibios submodules + fixes (#1363) 2017-06-13 21:13:39 -07:00