Skip to content

Commit 17f24b3

Browse files
committed
silently ignore catkin errors when retrieving package list
1 parent f1c254f commit 17f24b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completion/catkin_tools-completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ _catkin_verb()
4343
_catkin_pkgs()
4444
{
4545
# return list of all packages
46-
catkin --no-color list --unformatted --quiet
46+
catkin --no-color list --unformatted --quiet 2> /dev/null
4747
}
4848

4949
# TODO:

0 commit comments

Comments
 (0)