Skip to content

Commit 7de6a58

Browse files
authored
Fix reinstall arg (#204)
1 parent 853fa9a commit 7de6a58

File tree

1 file changed

+1
-1
lines changed
  • packages/pyodide-kernel/py/piplite/piplite

1 file changed

+1
-1
lines changed

packages/pyodide-kernel/py/piplite/piplite/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ async def get_action_kwargs(argv: list[str]) -> tuple[str | None, dict[str, Any]
154154
if args.verbose:
155155
kwargs["keep_going"] = True
156156

157-
if args.reinstall:
157+
if args.force_reinstall:
158158
kwargs["reinstall"] = True
159159

160160
for req_file in args.requirements or []:

0 commit comments

Comments
 (0)