forked from Archive/PX4-Autopilot
Tools: use Python 3 in validate_yaml.py
This commit is contained in:
parent
f9ab38f1bc
commit
8897c69c8f
|
@ -1,4 +1,4 @@
|
|||
#! /usr/bin/env python
|
||||
#! /usr/bin/env python3
|
||||
""" Script to validate YAML file(s) against a YAML schema file """
|
||||
|
||||
from __future__ import print_function
|
||||
|
|
Loading…
Reference in New Issue