forked from Archive/PX4-Autopilot
added airframe extension .hil
This commit is contained in:
parent
77b8ed6717
commit
c26f980f37
|
@ -151,7 +151,7 @@ class SourceParser(object):
|
|||
Returns list of supported file extensions that can be parsed by this
|
||||
parser. The parser uses any extension.
|
||||
"""
|
||||
return [""]
|
||||
return ["", ".hil"]
|
||||
|
||||
def Parse(self, path, contents):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue