-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
Labels
Description
Commit 9a3121e
c:\github\ARMmbed\mbed-ls>python setup.py install
...
c:\github\ARMmbed\mbed-ls>mbedls
Traceback (most recent call last):
File "C:\Python27\Scripts\mbedls-script.py", line 9, in <module>
load_entry_point('mbed-ls==1.2.8', 'console_scripts', 'mbedls')()
File "build\bdist.win32\egg\mbed_lstools\main.py", line 217, in mbedls_main
File "build\bdist.win32\egg\mbed_lstools\lstools_base.py", line 560, in get_string
File "build\bdist.win32\egg\mbed_lstools\lstools_base.py", line 425, in list_mbeds_ext
File "build\bdist.win32\egg\mbed_lstools\lstools_win7.py", line 48, in list_mbeds
File "build\bdist.win32\egg\mbed_lstools\lstools_win7.py", line 69, in discover_connected_mbeds
File "build\bdist.win32\egg\mbed_lstools\lstools_win7.py", line 141, in get_connected_mbeds
File "build\bdist.win32\egg\mbed_lstools\lstools_win7.py", line 164, in get_mbeds
AttributeError: 'NoneType' object has no attribute 'group'
c:\github\ARMmbed\mbed-ls>git rev-parse HEAD
9a3121e003e5a436f48f6b62a17373d3deb148f1
Seems that same happens also when installing via pip registery.