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

Unified Diff: cli/cli_mock.py

Issue 4823005: Merge remote branch 'cros/upstream' into tempbranch (Closed) Base URL: http://git.chromium.org/git/autotest.git@master
Patch Set: patch Created 10 years, 1 month 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 | « .gitignore ('k') | client/bin/cpuset.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cli/cli_mock.py
diff --git a/cli/cli_mock.py b/cli/cli_mock.py
index c24a3756a9647ca65b93b0fbaba67a2beda1f9c9..e636ee905908b9ccf103d322fa15a7b00637920c 100644
--- a/cli/cli_mock.py
+++ b/cli/cli_mock.py
@@ -18,7 +18,6 @@ CLI_UT_DEBUG = False
def create_file(content):
file_temp = autotemp.tempfile(unique_id='cli_mock', text=True)
os.write(file_temp.fd, content)
- os.close(file_temp.fd)
return file_temp
« no previous file with comments | « .gitignore ('k') | client/bin/cpuset.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698