# HG changeset patch # User Ginnie Wray # Date 1341201141 21600 # Node ID d79b92c1bded47588d2f29499a87bd6961fe88b1 # Parent d7def37a0301d25a56673a8805ce7c2abc18be62 7180309 pep8 problem in usr/src/cmd/distro_const/__init__.py after changeset 1729:f381cfe49a42 went in diff -r d7def37a0301 -r d79b92c1bded 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)