From 74a93e84cce4f50af3c1ec0b8eaa7d88d57370a6 Mon Sep 17 00:00:00 2001 From: Gary Oberbrunner Date: Tue, 3 May 2011 01:38:49 +0000 Subject: Commented out failing log.info calls (pasted from distutils I think) since this file does not have a logger defined. --- src/setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/setup.py b/src/setup.py index 7dd2f99..d3b9a25 100644 --- a/src/setup.py +++ b/src/setup.py @@ -330,10 +330,11 @@ class install_scripts(_install_scripts): # all the scripts we just installed. for file in self.get_outputs(): if self.dry_run: - log.info("changing mode of %s", file) + # log.info("changing mode of %s", file) + pass else: mode = ((os.stat(file)[stat.ST_MODE]) | 0555) & 07777 - log.info("changing mode of %s to %o", file, mode) + # log.info("changing mode of %s to %o", file, mode) os.chmod(file, mode) # --- /distutils copy/paste --- -- cgit v0.12