Skip to content

Commit

Permalink
Don't warn of script location in rosdoc2 (#1058)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkent authored Jul 12, 2024
1 parent 2a58d80 commit f068f74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ros_buildfarm/scripts/doc/build_rosdoc2.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def main(argv=sys.argv[1:]):
'-m',
'pip',
'install',
'--no-warn-script-location',
'.'],
env=env,
cwd=args.rosdoc2_dir)
Expand Down

0 comments on commit f068f74

Please sign in to comment.