diff --git a/tools/stm32w/stm32w_flasher/py_files/stm32w_flasher.py b/tools/stm32w/stm32w_flasher/py_files/stm32w_flasher.py index d83c095e7..e3d2f3fa5 100755 --- a/tools/stm32w/stm32w_flasher/py_files/stm32w_flasher.py +++ b/tools/stm32w/stm32w_flasher/py_files/stm32w_flasher.py @@ -14,7 +14,7 @@ try: import ftdi import pyudev except: - print 'Python modules serial and ftdi could not be loaded.' + print 'Python modules serial, ftdi and pyudev could not be loaded.' print 'Please install these dependencies:' print '(On Ubuntu) $ sudo apt-get install python-serial python-ftdi python-pyudev' sys.exit(-1)