We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7921ee commit 84e8a00Copy full SHA for 84e8a00
1 file changed
src/serious_python/lib/serious_python.dart
@@ -64,6 +64,7 @@ class SeriousPython {
64
return runProgram(appPath,
65
modulePaths: modulePaths,
66
environmentVariables: environmentVariables,
67
+ script: Platform.isWindows ? "" : null,
68
sync: sync);
69
}
70
0 commit comments