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

Unified Diff: mojo/public/dart/tools/fetch_dart_packages.py

Issue 1364463006: Make Python not support "all or none" for two-phase data pipe read/write. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 3 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 | mojo/public/python/mojo_system.pyx » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/dart/tools/fetch_dart_packages.py
diff --git a/mojo/public/dart/tools/fetch_dart_packages.py b/mojo/public/dart/tools/fetch_dart_packages.py
index 79d8f21c3a9384b6bd48da3f16ffc68e9c5b9690..53a1c343b5b486cdabd1b012b69bc642a701a829 100755
--- a/mojo/public/dart/tools/fetch_dart_packages.py
+++ b/mojo/public/dart/tools/fetch_dart_packages.py
@@ -55,11 +55,12 @@ def cleanup(base_path):
def main():
parser = argparse.ArgumentParser(description='Update third_party packages')
- parser.add_argument('--pub-exe',
- action='store',
- metavar='pub_exe',
- help='Path to the pub executable',
- default='../../../../third_party/dart-sdk/dart-sdk/bin/pub')
+ parser.add_argument(
+ '--pub-exe',
+ action='store',
+ metavar='pub_exe',
+ help='Path to the pub executable',
+ default='../../../../third_party/dart-sdk/dart-sdk/bin/pub')
parser.add_argument('--directory',
action='store',
metavar='directory',
« no previous file with comments | « no previous file | mojo/public/python/mojo_system.pyx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698