diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-02 10:09:53 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-02 10:09:53 -0500 |
| commit | d7aa4bbad9497e548fd0c7b4f935fe1eb94ba613 (patch) | |
| tree | a9db6952052e127f434a9c7ace564350ceffe71a /setuptools/tests/test_egg_info.py | |
| parent | 73124a8934cf152a0f853809bc78e5dd42d8b9c2 (diff) | |
| download | python-setuptools-git-d7aa4bbad9497e548fd0c7b4f935fe1eb94ba613.tar.gz | |
Use trailing comma for consistency.
Diffstat (limited to 'setuptools/tests/test_egg_info.py')
| -rw-r--r-- | setuptools/tests/test_egg_info.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/setuptools/tests/test_egg_info.py b/setuptools/tests/test_egg_info.py index f20877a5..efc66c93 100644 --- a/setuptools/tests/test_egg_info.py +++ b/setuptools/tests/test_egg_info.py @@ -59,7 +59,8 @@ class TestEggInfo: cmd=cmd, pypath=os.pathsep.join([paths['lib'], str(tmpdir_cwd)]), data_stream=1, - env=environ) + env=environ, + ) if code: raise AssertionError(data) egg_info = None |
