Skip to content

Commit

Permalink
fixes import
Browse files Browse the repository at this point in the history
Signed-off-by: Gonzalo de Pedro <[email protected]>
  • Loading branch information
gonzodepedro committed Mar 25, 2024
1 parent f1832f6 commit 622c671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rosidl_adapter_proto/bin/rosidl_adapter_proto
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import sys
import pathlib
import os

from rosidl_adapter_proto import convert_to_proto
from rosidl_adapter_proto.cli import convert_to_proto


def main(argv=sys.argv[1:]):
Expand All @@ -41,7 +41,7 @@ def main(argv=sys.argv[1:]):

args = parser.parse_args(argv)
try:
translate_to_proto(args.generator_arguments_file, args.protoc_path)
convert_to_proto(args.generator_arguments_file, args.protoc_path)
except RuntimeError:
return 1

Expand Down

0 comments on commit 622c671

Please sign in to comment.