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

Unified Diff: copy_apprtc.py

Issue 1566143002: Fixing RemoveDirectory. (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/webrtc/webrtc.DEPS@master
Patch Set: Created 4 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: copy_apprtc.py
diff --git a/copy_apprtc.py b/copy_apprtc.py
index c0a6d5d933568e774aef544db66ced99b5ad0cc6..e65dcb0816561df6848222d4e2832867522f6edc 100755
--- a/copy_apprtc.py
+++ b/copy_apprtc.py
@@ -26,7 +26,7 @@ def _ConfigureApprtcServerToDeveloperMode(app_yaml_path):
sys.stdout.write(line)
-def RemoveDirectory(*path):
+def RemoveDirectory(path):
if utils.GetPlatform() == 'win':
# Allow clobbering of out dir using cygwin until crbug.com/567538 is fixed.
drive, path = os.path.splitdrive(os.path.abspath(path))
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698