Skip to content
Snippets Groups Projects
Commit fd981977 authored by nirnimesh@chromium.org's avatar nirnimesh@chromium.org
Browse files

PyAuto: minor cleanup

Remove 2 redundant lines.


Review URL: http://codereview.chromium.org/2810032

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50904 0039d316-1c4b-4281-b951-d872f2087c98
parent 6913847c
No related branches found
No related tags found
No related merge requests found
......@@ -647,8 +647,6 @@ class PyUITest(pyautolib.PyUITestBase, unittest.TestCase):
all_data = f.read()
f.close()
return all_data
except IOError:
raise
finally:
shutil.rmtree(tempdir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment