Skip to content

Commit 46d5e37

Browse files
authored
chore: update log message
1 parent 653f1c5 commit 46d5e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/usePyodide.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ async def _install_requirements_from_dir(dir: str) -> None:
412412
extras.update({e.strip() for e in match_extras.group(2).split(",")})
413413
414414
if pkg_name not in micropip.list():
415-
print(f"Installing {pkg_name} ...")
415+
print(f"Installing {req} ...")
416416
await micropip.install(req)
417417
418418
if len(extras) == 0:

0 commit comments

Comments
 (0)