diff options
author | stepshal <nessento@openmailbox.org> | 2016-07-14 12:37:39 +0700 |
---|---|---|
committer | stepshal <nessento@openmailbox.org> | 2016-07-14 12:37:39 +0700 |
commit | c72c5966e23de51fc7ab460faad5a6d3d20531c9 (patch) | |
tree | 516fdde3060e515fc85de35e9819fd2076731796 /setuptools/tests/environment.py | |
parent | 8e80ee745b620086bea2111236f85fa2376d748f (diff) | |
download | external_python_setuptools-c72c5966e23de51fc7ab460faad5a6d3d20531c9.tar.gz external_python_setuptools-c72c5966e23de51fc7ab460faad5a6d3d20531c9.tar.bz2 external_python_setuptools-c72c5966e23de51fc7ab460faad5a6d3d20531c9.zip |
Make exactly one space after comma.
Diffstat (limited to 'setuptools/tests/environment.py')
-rw-r--r-- | setuptools/tests/environment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/environment.py b/setuptools/tests/environment.py index e5237721..b0e3bd36 100644 --- a/setuptools/tests/environment.py +++ b/setuptools/tests/environment.py @@ -51,7 +51,7 @@ def run_setup_py(cmd, pypath=None, path=None, return 1, '' # decode the console string if needed - if hasattr(data, "decode"): + if hasattr(data, "decode"): # use the default encoding data = data.decode() data = unicodedata.normalize('NFC', data) |