mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-21 21:55:34 +08:00
px_process_events: fix no base path being a list
This make `make extract_events` fail in CI that only runs on the main branch and hence I wasn't aware of.
This commit is contained in:
@@ -56,7 +56,7 @@ def main():
|
||||
nargs='*',
|
||||
help="one or more paths/files to source files to scan for events")
|
||||
parser.add_argument("-b", "--base-path",
|
||||
default=[""],
|
||||
default="",
|
||||
metavar="PATH",
|
||||
help="path prefix for everything passed with --src-path")
|
||||
parser.add_argument("-j", "--json",
|
||||
|
||||
Reference in New Issue
Block a user