mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-07 07:02:53 +03:00
Re-sync with internal repository (#456)
Co-authored-by: Facebook Community Bot <6422482+facebook-github-bot@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
413737c1ee
commit
4246f00ff1
@@ -32,7 +32,7 @@ class Env(object):
|
||||
# project uses `unicode_literals`. `subprocess` will raise an error
|
||||
# if the environment that it is passed has a mixture of byte and
|
||||
# unicode strings.
|
||||
# It is simplest to force everthing to be `str` for the sake of
|
||||
# It is simplest to force everything to be `str` for the sake of
|
||||
# consistency.
|
||||
key = str(key)
|
||||
if sys.platform.startswith("win"):
|
||||
|
Reference in New Issue
Block a user