7180309 pep8 problem in usr/src/cmd/distro_const/__init__.py after changeset 1729:f381cfe49a42 went in
authorGinnie Wray<virginia.wray@oracle.com>
Sun, 01 Jul 2012 21:52:21 -0600
changeset 1741 d79b92c1bded
parent 1740 d7def37a0301
child 1742 562056df8c98
7180309 pep8 problem in usr/src/cmd/distro_const/__init__.py after changeset 1729:f381cfe49a42 went in
usr/src/cmd/distro_const/__init__.py
--- a/usr/src/cmd/distro_const/__init__.py	Mon Jul 02 08:21:34 2012 -0700
+++ b/usr/src/cmd/distro_const/__init__.py	Sun Jul 01 21:52:21 2012 -0600
@@ -502,9 +502,9 @@
                 simple_fh.transfer_log(destination=new_simplelog)
 
                 # Remove the directory containing DEFAULTLOG and the original
-		# simple log. Their contents have been transferred to the DC
-		# log location.
-		shutil.rmtree(os.path.dirname(DEFAULTLOG))
+                # simple log. Their contents have been transferred to the DC
+                # log location.
+                shutil.rmtree(os.path.dirname(DEFAULTLOG))
 
                 # set the http_proxy if one is specified in the manifest
                 dc_set_http_proxy(DC_LOGGER)