Index: download_from_google_storage.py |
=================================================================== |
--- download_from_google_storage.py (revision 239241) |
+++ download_from_google_storage.py (working copy) |
@@ -333,7 +333,7 @@ |
# Make sure we should run at all based on platform matching. |
if options.platform: |
- if not re.match(options.platform, sys.platform): |
+ if not re.match(options.platform, GetNormalizedPlatform()): |
if options.verbose: |
print('The current platform doesn\'t match "%s", skipping.' % |
options.platform) |