Skip to content

Commit

Permalink
Fix arg
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Feb 6, 2024
1 parent f7db1e1 commit 8881d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gz_msgs_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,5 @@ def generate_proto(input_file, args):

if __name__ == '__main__':
args = parse_args()
for input_file in args.input_file:
for input_file in args.input_path:
generate_proto(input_file, args)

0 comments on commit 8881d33

Please sign in to comment.