Compare commits

...

1 Commits

Author SHA1 Message Date
Matthias Grob 0da8c15c1f airframes parsing: Default to no maintainer instead of "John Doe" 2025-01-13 09:48:19 +01:00
4 changed files with 1 additions and 6 deletions
@@ -5,8 +5,6 @@
# @type VTOL Tiltrotor
# @class VTOL
#
# @maintainer
#
# @board px4_fmu-v2 exclude
# @board bitcraze_crazyflie exclude
# @board holybro_kakutef7 exclude
@@ -5,7 +5,6 @@
# @type Quadrotor x
# @class Copter
#
# @maintainer
# @board px4_fmu-v2 exclude
# @board cuav_x7pro exclude
# @board px4_fmu-v4pro exclude
@@ -8,8 +8,6 @@
# @output Motor1 throttle
# @output Servo1 steering
#
# @maintainer
#
# @board bitcraze_crazyflie exclude
#
+1 -1
View File
@@ -391,7 +391,7 @@ class SourceParser(object):
# Process parsed content
airframe_type = None
maintainer = "John Doe <john@example.com>"
maintainer = None
airframe_name = None
airframe_class = None