Skip to content

Commit

Permalink
fix(launcher): reset PYTHONIIOENCODING
Browse files Browse the repository at this point in the history
  • Loading branch information
NateScarlet committed Jun 2, 2021
1 parent cec4c88 commit e8c416c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/launcher/launcher.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
$WorkspaceFolder = $PSScriptRoot | Split-Path -Parent | Split-Path -Parent
$env:PYTHONIOENCODING = ""
Start-Transcript "$WorkspaceFolder\launcher.log"

# https://stackoverflow.com/a/11440595
Expand Down

0 comments on commit e8c416c

Please sign in to comment.