forked from Archive/PX4-Autopilot
Tools: use Python3 for upload_log.py
This commit is contained in:
parent
8897c69c8f
commit
19bd7b29d6
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
|
||||
"""
|
||||
Upload an ULog file to the logs.px4.io web server.
|
||||
|
|
Loading…
Reference in New Issue