PX4 / flight_review

web application for flight log analysis & review
https://logs.px4.io/
BSD 3-Clause "New" or "Revised" License
193 stars 190 forks source link

app: fix pylint 'possible variable use before assignment' error #280

Closed bkueng closed 2 months ago

bkueng commented 2 months ago

Fixes these (new) pylint errors:

~/work/flight_review/flight_review/app ~/work/flight_review/flight_review
************* Module three_d
tornado_handlers/three_d.py:133:45: E0606: Possibly using variable 'start_timestamp' before assignment (possibly-used-before-assignment)
************* Module serve
serve.py:149:39: E0606: Possibly using variable 'ulog_file' before assignment (possibly-used-before-assignment)