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

Unified Diff: recipe_modules/shutil/example.py

Issue 2146523003: shutil recipe_module: port chromium_utils rmtree implementation. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/recipes-py@master
Patch Set: nit Created 4 years, 5 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 | « recipe_modules/shutil/api.py ('k') | recipe_modules/shutil/example.expected/basic.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/shutil/example.py
diff --git a/recipe_modules/shutil/example.py b/recipe_modules/shutil/example.py
index 7c4d442c51d60526637092f1a0587b0b09615837..27d60d08956150b778a81255501a6115054c4a15 100644
--- a/recipe_modules/shutil/example.py
+++ b/recipe_modules/shutil/example.py
@@ -70,7 +70,7 @@ def RunSteps(api):
finally:
api.shutil.rmtree(tmp_dir, name='cleanup')
- api.shutil.rmtree(new_tmp, name='cleanup2')
+ api.shutil.rmtree(new_tmp, name='cleanup2', flag_smart_rmtree=True)
def GenTests(api):
« no previous file with comments | « recipe_modules/shutil/api.py ('k') | recipe_modules/shutil/example.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698