Skip to content
Snippets Groups Projects
Commit 6fdd8ef9 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

params: fixed ordering of vehicle parsing

this keeps it consistent in the wiki
parent 5bd88ac3
No related branches found
No related tags found
No related merge requests found
...@@ -61,6 +61,7 @@ def wiki_parameters(g, f): ...@@ -61,6 +61,7 @@ def wiki_parameters(g, f):
apm_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), '../../../') apm_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), '../../../')
vehicle_paths = glob.glob(apm_path + "*/Parameters.pde") vehicle_paths = glob.glob(apm_path + "*/Parameters.pde")
vehicle_paths.sort(reverse=True)
vehicles = [] vehicles = []
libraries = [] libraries = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment