Skip to content

Commit 1191c98

Browse files
Carreaugabalafou
andauthored
Update packages/pyodide-kernel/src/worker.ts
Co-authored-by: gabalafou <gabriel@fouasnon.com>
1 parent ed23289 commit 1191c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pyodide-kernel/src/worker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export class PyodideRemoteKernel {
115115
console.info('installing via cmd:', installCmd);
116116
try {
117117
await this._pyodide.runPythonAsync(installCmd);
118-
console.info(`Package ${pkgs} Installed successfully`);
118+
console.info(`Packages installed successfully`);
119119
} catch (e) {
120120
console.error('Error installing packages', e);
121121
}

0 commit comments

Comments
 (0)