Skip to content

Commit

Permalink
Fixed print
Browse files Browse the repository at this point in the history
  • Loading branch information
andeplane committed Jun 10, 2024
1 parent 52ae73c commit a8f8100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-pyodide.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ server.listen(PORT, () => {
}
await pyodide.runPythonAsync("from cognite.client import CogniteClient");

return pyodide.runPythonAsync('print("Python SDK successfully installed and imported!"');
return pyodide.runPythonAsync('print("Python SDK successfully installed and imported!")');
}

test_cognite_sdk().then((result) => {
Expand Down

0 comments on commit a8f8100

Please sign in to comment.