PX4 / pyulog

Python module & scripts for ULog files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ulog2csv - does not create output directory by default

hamishwillee opened this issue · comments

If you use the -o flag and specify a non-existent folder this fails. I'd expect it to create the folder if needed and if it is available, and fail with warning if the folder already exists.

counterproposal: create if not exist, otherwise do not fail, since in some cases you want to convert into an existing directory.

That works for me too. I just don't want to have to manually create a directory when I've said that I want to output to a particular place :-)

Done in b6c4c0b