Skip to content

Commit

Permalink
px_process_events: fix no base path being a list
Browse files Browse the repository at this point in the history
This make `make extract_events` fail in CI that only runs on the
main branch and hence I wasn't aware of.
  • Loading branch information
MaEtUgR committed Dec 19, 2023
1 parent 613564f commit 8da106d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/px_process_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8da106d

Please sign in to comment.