From: <as...@us...> - 2009-08-24 03:26:20
|
Revision: 7551 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7551&view=rev Author: astraw Date: 2009-08-24 03:26:13 +0000 (Mon, 24 Aug 2009) Log Message: ----------- buildbot: revert set file permissions Modified Paths: -------------- trunk/matplotlib/test/_buildbot_test_postmortem.py Modified: trunk/matplotlib/test/_buildbot_test_postmortem.py =================================================================== --- trunk/matplotlib/test/_buildbot_test_postmortem.py 2009-08-24 03:23:40 UTC (rev 7550) +++ trunk/matplotlib/test/_buildbot_test_postmortem.py 2009-08-24 03:26:13 UTC (rev 7551) @@ -102,9 +102,3 @@ os.path.join(this_targetdir,'actual.png') ) shutil.copy( os.path.join(root,savedresults_dir,testclass,fname), os.path.join(this_targetdir,'absdiff.png') ) - - os.chmod(target_dir,0755) - os.chmod(this_targetdir,0755) - os.chmod(os.path.join(this_targetdir,'baseline.png'),0744) - os.chmod(os.path.join(this_targetdir,'actual.png'),0744) - os.chmod(os.path.join(this_targetdir,'absdiff.png'),0744) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |