PX4: better error msg in python uorb generation error

This commit is contained in:
Andrew Tridgell
2015-02-14 14:14:39 +11:00
committed by Lorenz Meier
parent 36870cf44b
commit 4c8ac04877
+1
View File
@@ -46,6 +46,7 @@ import argparse
try:
import genmsg.template_tools
except ImportError as e:
print("python import error: ", e)
print('''
Required python packages not installed.