Handle String Types Properly in ArgumentList
Closed this issue · 1 comments
lorenzo-gomez-windhover commented
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
6bcd3e5 addresses this issue.