File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -120,12 +120,8 @@ def run(self):
120120 tag_names = [tag .path [len ('refs/tags/' ):] for tag in self .repository .tags ]
121121 last_ground_change = self .get_last_ground_change ()
122122
123- # Prepare for MAVLink parsing - always use the latest script (since it might cover new messages)
124- #shutil.copy(f'{self.repository_path}/Tools/scripts/mavlink_parse.py', self.temp_folder)
125- # TEMPORARY WORKAROUND UNTIL ArduPilot/ardupilot#27226 IS MERGED
126- from urllib .request import urlretrieve
127- urlretrieve ("https://raw.githubusercontent.com/ES-Alexander/ardupilot/refs/heads/mavlink-messages-rst/Tools/scripts/mavlink_parse.py" , f'{ self .temp_folder } /mavlink_parse.py' )
128- # TEMP-END
123+ # Prepare for MAVLink parsing - always use the latest script (since it might cover new dialects or messages)
124+ shutil .copy (f'{ self .repository_path } /Tools/scripts/mavlink_parse.py' , self .temp_folder )
129125
130126 # Get only valid tag names
131127 tags = []
You can’t perform that action at this time.
0 commit comments