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

Unified Diff: tools/create_sdk.py

Issue 8815011: Gets past broken build for --mode debug (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: pretificiation Created 9 years 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 | tools/upload_sdk.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/create_sdk.py
diff --git a/tools/create_sdk.py b/tools/create_sdk.py
index 5230a45a6fcb3e23b77f592a9d7d261d60656aad..f96b03fba45b177be5b5294ceefdb9429a2f2621 100644
--- a/tools/create_sdk.py
+++ b/tools/create_sdk.py
@@ -81,6 +81,8 @@ def Main(argv):
if (os.path.basename(os.path.dirname(SDK)) !=
utils.GetBuildConf('release', 'ia32')):
print "SDK is not built in Debug mode."
+ # leave empty dir behind
+ os.makedirs(SDK)
exit(0)
if exists(SDK):
« no previous file with comments | « no previous file | tools/upload_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698