Skip to content

Commit a566b33

Browse files
committed
Fix uninstall command bug
Signed-off-by: Alireza Poodineh <[email protected]>
1 parent 15f88ec commit a566b33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/pybite/handlers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ def handle_bite_uninstall(host: Host, args: argparse.Namespace, extras: List[str
153153
mod = hmods.get(id)
154154
if mod is None:
155155
host.get_argparser().error(f"Module '{id}' not found.")
156+
mods.append(mod)
156157
else:
157158
host.get_argparser().error("No modules specified for uninstall.")
158159

0 commit comments

Comments
 (0)