Skip to content

Commit 133bb13

Browse files
author
Ryan Munro
committed
[fixes #17] allow undefined env variable
1 parent a9b2a5e commit 133bb13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export interface PythonBridgeOptions {
88
python?: string;
99
stdio?: [PipeStdin, PipeStdout, PipeStderr];
1010
cwd?: string;
11-
env?: { [key:string]: string; };
11+
env?: { [key: string]: string | undefined; };
1212
uid?: number;
1313
gid?: number;
1414
}

0 commit comments

Comments
 (0)