Skip to content

Commit 4ba13ae

Browse files
committed
fix: add comment to empty except in alias extraction during removal
1 parent 06b1694 commit 4ba13ae

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/specify_cli/presets.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1665,6 +1665,8 @@ def remove(self, pack_id: str) -> bool:
16651665
if isinstance(alias, str):
16661666
removed_cmd_names.add(alias)
16671667
except PresetValidationError:
1668+
# Invalid manifest — skip alias extraction; primary command
1669+
# names from registered_commands are still unregistered.
16681670
pass
16691671

16701672
if registered_skills:

0 commit comments

Comments
 (0)