Skip to content

Commit efd9674

Browse files
authored
removing outdated message
1 parent 41549b8 commit efd9674

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ export class PythonShell extends EventEmitter{
8888
private _endCallback:(err:PythonShellError, exitCode:number, exitSignal:string)=>any
8989

9090
// starting 2020 python2 is deprecated so we choose 3 as default
91-
// except for windows which just has "python" command
9291
static defaultPythonPath = process.platform != "win32" ? "python3" : "py";
9392

9493
static defaultOptions:Options = {}; //allow global overrides for options

0 commit comments

Comments
 (0)