Skip to content

Commit 76b0a24

Browse files
authored
Setup find_installed_packages to fix bootstrap instructions (#472)
Don't load non-essential extensions Signed-off-by: Shane Loretz <[email protected]>
1 parent 49051fc commit 76b0a24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/colcon

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ custom_entry_points.update({
124124
'dsv': DsvShell,
125125
'sh': ShShell,
126126
},
127+
'colcon_core.shell.find_installed_packages': {
128+
# Not essential for bootstrapping
129+
},
127130
'colcon_core.task.build': {
128131
'python': PythonBuildTask,
129132
},

0 commit comments

Comments
 (0)