We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e01cc commit f4a42cfCopy full SHA for f4a42cf
tools/get.py
@@ -232,7 +232,7 @@ def identify_platform():
232
mkdir_p(dist_dir)
233
for tool in tools_to_download:
234
if is_test:
235
- print('Install: {0}'.format(tool['archiveFileName']))
+ print('Would install: {0}'.format(tool['archiveFileName']))
236
else:
237
get_tool(tool)
238
print('Platform Tools Installed')
0 commit comments