Skip to content

Fix https://github.com/microsoft/ptvsd/issues/2079: sys.argv sends in unicode instead of string#46

Merged
int19h merged 1 commit intomicrosoft:masterfrom
int19h:2079
Feb 18, 2020
Merged

Fix https://github.com/microsoft/ptvsd/issues/2079: sys.argv sends in unicode instead of string#46
int19h merged 1 commit intomicrosoft:masterfrom
int19h:2079

Conversation

@int19h
Copy link
Copy Markdown
Contributor

@int19h int19h commented Feb 18, 2020

Convert sys.argv to Unicode as it is being parsed, and do not touch the remaining args.

sys.argv sends in unicode instead of string

Convert sys.argv to Unicode as it is being parsed, and do not touch the remaining args.
@int19h int19h requested a review from karthiknadig as a code owner February 18, 2020 02:22
@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@int19h int19h merged commit fb9590f into microsoft:master Feb 18, 2020
@int19h int19h deleted the 2079 branch February 18, 2020 04:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants