Index: chrome/test/functional/themes.py |
diff --git a/chrome/test/functional/themes.py b/chrome/test/functional/themes.py |
index d0963b3ffc7de5dbb8d068abd5a2fc047576b50d..e4e6c708534fa13d7e2d67cba08f45bf656fbc52 100644 |
--- a/chrome/test/functional/themes.py |
+++ b/chrome/test/functional/themes.py |
@@ -103,8 +103,8 @@ class ThemesTest(pyauto.PyUITest): |
themes_dir = os.path.join(self.DataDir(), 'themes') |
urls_file = os.path.join(self.DataDir(), 'urls.txt') |
- assert(os.path.exists(themes_dir), |
- 'The dir "%s" must exist' % os.path.abspath(themes_dir)) |
+ assert os.path.exists(themes_dir), \ |
+ 'The dir "%s" must exist' % os.path.abspath(themes_dir) |
group_size = 20 |
num_urls_to_visit = 100 |