ros-infrastructure / rosdistro

Tools to work with catkinized rosdistro files
Other
7 stars 40 forks source link

Make path operations and conversions portable in tests #177

Closed cottsay closed 4 months ago

cottsay commented 4 months ago

Two classes of issues:

  1. Use os.path.join instead of string concatenation
  2. Use urljoin/pathname2url to create file:// URLs