Python-SimConnect icon indicating copy to clipboard operation
Python-SimConnect copied to clipboard

Flight to Dic Issue

Open danricho opened this issue 5 years ago • 2 comments

The fix for #55, has broken how flight_to_dic used to work. It now needs a file to read from, where it used to use a temporary file. I'm unsure how to make it work with the save_flight function.

danricho avatar Nov 16 '20 07:11 danricho

Maybe if no file path is provided when called, it can use the temporary file version of the function (previous to the change)?

danricho avatar Nov 16 '20 07:11 danricho

This might be the reason why you are having this issue: image

It should be fixed on the next sim update: MSFS Dev update

RushScript avatar Jan 30 '21 13:01 RushScript