[telemetry] Fix MSR power monitor on Windows bots.
I VNCed into a bot and learned that the Buildbot scripts munge the environment variables, so that PROGRAMFILES(X86) doesn't exist. Using platform.machine() is a more robust, cross-platform way of checking if the OS is 64-bit. The Windows XP bots still worked, because their OSes are all 32-bit. BUG=336559 TEST=None. Review URL: https://codereview.chromium.org/603763002 Cr-Commit-Position: refs/heads/master@{#296564}
Showing
Please register or sign in to comment