Skip to content

Commit f45d088

Browse files
authored
fix: do not verify what is the filename (#458)
merging as the failure is not related to the changes
1 parent 9643f32 commit f45d088

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

backends/pixi-build-ros/src/pixi_build_ros/ros_generator.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ def generate_recipe(
5050
# an absolute path to package.xml or a directory containing it
5151
# so I'm handling both cases
5252
if manifest_path_obj.is_file():
53-
if manifest_path_obj.name != "package.xml":
54-
raise ValueError("Manifest filename must be package.xml for ROS packages.")
5553
manifest_root = manifest_path_obj.parent
5654
else:
5755
manifest_root = manifest_path_obj

0 commit comments

Comments
 (0)