nasa/fprime

F´ GDS Error in Error "TypeError: sequence item 0: expected str instance, PosixPath found"

LeStarch opened this issue · 0 comments

F´ Version
Affected Component

Problem Description

When an error arises within the application running code, it triggers another error TypeError: sequence item 0: expected str instance, PosixPath found that is reported.

This is caused by not converting PosixPath to str in our error reporting code.