Skip to content

Commit

Permalink
mavkml.py uses os.path but did not import os
Browse files Browse the repository at this point in the history
This adds a missing import to mavkml.py
  • Loading branch information
larsks authored and peterbarker committed May 5, 2017
1 parent 4f54424 commit cf99769
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/mavkml.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from pymavlink import mavutil
import time
import re
import os

mainstate_field = 'STAT.MainState'
position_field_types = [ # Order must be lon, lat, alt to match KML
Expand Down

0 comments on commit cf99769

Please sign in to comment.