Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app: fix pylint 'possible variable use before assignment' error
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)
- Loading branch information