diff options
| author | Kelsey Hightower <kelsey.hightower@gmail.com> | 2011-02-09 18:57:42 -0500 |
|---|---|---|
| committer | Kelsey Hightower <kelsey.hightower@gmail.com> | 2011-02-09 18:57:42 -0500 |
| commit | ae16122b93e767e568b81c4e83312af8471ff101 (patch) | |
| tree | 3b6cb06430e559a064ce6bacf6bd4f5a6c9959f4 /distutils2/command/sdist.py | |
| parent | 16c212fcd49076eea95bf0e69709eb070b258c0f (diff) | |
| download | disutils2-ae16122b93e767e568b81c4e83312af8471ff101.tar.gz | |
Fixing logging strings; improve lower-case consistency
Diffstat (limited to 'distutils2/command/sdist.py')
| -rw-r--r-- | distutils2/command/sdist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distutils2/command/sdist.py b/distutils2/command/sdist.py index 5aff9bd..3dcd795 100644 --- a/distutils2/command/sdist.py +++ b/distutils2/command/sdist.py @@ -336,7 +336,7 @@ class sdist(Command): if not self.keep_temp: if self.dry_run: - logger.info('Removing %s' % base_dir) + logger.info('removing %s' % base_dir) else: rmtree(base_dir) |
