Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fakegps: avoid None-doesn't-have-attribute error
'NoneType' object has no attribute 'mav' Traceback (most recent call last): File "/home/pbarker/.local/lib/python3.6/site-packages/MAVProxy-1.8.48-py3.6.egg/EGG-INFO/scripts/mavproxy.py", line 1023, in periodic_tasks File "/home/pbarker/.local/lib/python3.6/site-packages/MAVProxy-1.8.48-py3.6.egg/MAVProxy/modules/mavproxy_fakegps.py", line 92, in idle_task self.master.mav.gps_input_send(time_us, 0, 0, gps_week_ms, gps_week, fix_type, AttributeError: 'NoneType' object has no attribute 'mav'
- Loading branch information