From 592c525ea6ae94f6d5434e25f6db1bb8f8ff73c5 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 16 May 2014 00:15:06 -0400 Subject: Reindent --- setuptools/command/egg_info.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setuptools/command/egg_info.py b/setuptools/command/egg_info.py index ad3f4c17..00a50d0b 100755 --- a/setuptools/command/egg_info.py +++ b/setuptools/command/egg_info.py @@ -253,8 +253,8 @@ class manifest_maker(sdist): named by 'self.manifest'. """ files = [f.replace(os.sep, '/') for f in self.filelist.files] - self.execute(write_file, (self.manifest, files), - "writing manifest file '%s'" % self.manifest) + msg = "writing manifest file '%s'" % self.manifest + self.execute(write_file, (self.manifest, files), msg) def warn(self, msg): # suppress missing-file warnings from sdist if not msg.startswith("standard file not found:"): -- cgit v1.2.1