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/utils/fs.py

Issue 2060983006: luci-py/isolateserver.py: Add archive support when downloading. (Closed) Base URL: https://github.com/luci/luci-py.git@master
Patch Set: Small fixes. Created 4 years, 6 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
« client/tests/isolateserver_test.py ('K') | « client/tests/isolateserver_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/utils/fs.py
diff --git a/client/utils/fs.py b/client/utils/fs.py
index db03e894056d54ec7746705667cc71b34e2a9ede..1d62edaae233954d5804a675ea08a6a6958b786c 100644
--- a/client/utils/fs.py
+++ b/client/utils/fs.py
@@ -103,6 +103,8 @@ def rmtree(path, *args, **kwargs):
return shutil.rmtree(extend(path), *args, **kwargs)
+copyfileobj = shutil.copyfileobj
+
## The rest
« client/tests/isolateserver_test.py ('K') | « client/tests/isolateserver_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698