mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
autotest: reformat things-to-copy list
This commit is contained in:
parent
5f7f1cff2b
commit
50d30ae045
@ -117,8 +117,14 @@ def build_binaries():
|
||||
|
||||
# copy the script (and various libraries used by the script) as it
|
||||
# changes git branch, which can change the script while running
|
||||
for thing in ["build_binaries.py", "generate_manifest.py", "gen_stable.py", "build_binaries_history.py",
|
||||
"board_list.py", "build_sizes.py"]:
|
||||
for thing in [
|
||||
"board_list.py",
|
||||
"build_binaries_history.py",
|
||||
"build_binaries.py",
|
||||
"build_sizes.py",
|
||||
"generate_manifest.py",
|
||||
"gen_stable.py",
|
||||
]:
|
||||
orig = util.reltopdir('Tools/scripts/%s' % thing)
|
||||
copy = util.reltopdir('./%s' % thing)
|
||||
shutil.copy2(orig, copy)
|
||||
|
Loading…
Reference in New Issue
Block a user