Skip to content

Commit

Permalink
import sys, refs #84
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Jan 26, 2025
1 parent 777e6b9 commit 4408b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webworker.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ async function startDatasette(settings) {
try {
await self.pyodide.runPythonAsync(`
# https://github.com/pyodide/pyodide/issues/3880#issuecomment-1560130092
import os
import os, sys
import csv
os.link = os.symlink
Expand Down

0 comments on commit 4408b35

Please sign in to comment.