mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
Tools: use Python 3 in validate_yaml.py
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#! /usr/bin/env python
|
#! /usr/bin/env python3
|
||||||
""" Script to validate YAML file(s) against a YAML schema file """
|
""" Script to validate YAML file(s) against a YAML schema file """
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|||||||
Reference in New Issue
Block a user