nasa / fprime

F´ - A flight software and embedded systems framework

Home Page:https://fprime.jpl.nasa.gov

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

LeStarch opened this issue · 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.