Skip to content

Commit

Permalink
Check
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Raj committed Oct 13, 2023
1 parent ce070d3 commit 2b79952
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,8 @@ function shouldSkip(env: string) {
return [
'_',
'SHLVL',
// Even though this maybe returned, setting it can result in output encoding errors
'PYTHONUTF8'
// Even though this maybe returned, setting it can result in output encoding errors in terminal.
'PYTHONUTF8',
].includes(env);
}

Expand Down

0 comments on commit 2b79952

Please sign in to comment.