You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building works fine, but I get the following output when I run colcon clean workspace in a subfolder (/homes/17vahl/colcon_ws_mono/src/bitbots_meta in the traceback)
colcon clean workspace
Using workspace root /homes/17vahl/colcon_ws_mono
Paths:
[1.892s] colcon ERROR colcon clean: '/homes/17vahl/colcon_ws_mono/build' is not in the subpath of '/homes/17vahl/colcon_ws_mono/src/bitbots_meta' OR one path is relative and the other is absolute.
Traceback (most recent call last):
File "/homes/17vahl/.local/lib/python3.10/site-packages/colcon_core/command.py", line 522, in verb_main
rc = context.args.main(context=context)
File "/homes/17vahl/.local/lib/python3.10/site-packages/colcon_clean/subverb/workspace.py", line 58, in main
clean_paths(
File "/homes/17vahl/.local/lib/python3.10/site-packages/colcon_clean/subverb/__init__.py", line 235, in clean_paths
path = path.relative_to(cwd_path)
File "/usr/lib/python3.10/pathlib.py", line 818, in relative_to
raise ValueError("{!r} is not in the subpath of {!r}"
ValueError: '/homes/17vahl/colcon_ws_mono/build' is not in the subpath of '/homes/17vahl/colcon_ws_mono/src/bitbots_meta' OR one path is relative and the other is absolute.
The text was updated successfully, but these errors were encountered:
Building works fine, but I get the following output when I run
colcon clean workspace
in a subfolder (/homes/17vahl/colcon_ws_mono/src/bitbots_meta
in the traceback)The text was updated successfully, but these errors were encountered: