Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sashankaryal committed Aug 14, 2023
1 parent c422f2e commit 7239383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-pw/src/shared/python-runner/python-runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class PythonRunner {
) {
this.pythonCommandGenerator = pythonCommandGenerator;

if (this.env) {
if (env) {
Object.entries(this.env).forEach(([key, value]) => {
process.env[key] = value;
});
Expand Down

0 comments on commit 7239383

Please sign in to comment.