Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Unified Diff: client/common_lib/gbb_util.py

Issue 3433001: Fix factory test (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/autotest.git
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | client/site_tests/factory_UploadLogs/factory_UploadLogs.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/common_lib/gbb_util.py
diff --git a/client/common_lib/gbb_util.py b/client/common_lib/gbb_util.py
index f715695bff85737486760094e8a7c47a4b8bdb50..dd8f0a4849f58500a285ce703c6ee846ab944aa2 100644
--- a/client/common_lib/gbb_util.py
+++ b/client/common_lib/gbb_util.py
@@ -29,6 +29,7 @@ class GBBUtility(object):
self._temp_dir = temp_dir
self._keep_temp_files = keep_temp_files
self._need_commit = False
+ self._gbb_file = None
self._clear_cached()
« no previous file with comments | « no previous file | client/site_tests/factory_UploadLogs/factory_UploadLogs.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698