WindhoverLabs/xtce_generator

Handle String Types Properly in ArgumentList

Closed this issue · 1 comments

At the moment xtce_generator.py reads string types as arrays when adding them to an ArgumentList. So we end up with an array of strings, which is incorrect.

6bcd3e5 addresses this issue.