WindhoverLabs / xtce_generator

A tool to generate xtce files from a sqlite database.
4 stars 1 forks source link

Handle String Types Properly in ArgumentList #7

Closed lorenzo-gomez-windhover closed 3 years ago

lorenzo-gomez-windhover commented 3 years ago

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.

lorenzo-gomez-windhover commented 3 years ago

6bcd3e575595ca04114c0b51f7769df78ab76acf addresses this issue.