Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix win system #53287

Merged
merged 4 commits into from Jun 6, 2019
Merged

Fix win system #53287

merged 4 commits into from Jun 6, 2019

Commits on Jun 5, 2019

  1. Fix get_system_info for older versions of Windows

    Skip processor_cores_enabled as it's not available
    Get ChassisSKUNumber using the ComputerSystemProduct class
    twangboy committed Jun 5, 2019
    Copy the full SHA
    044b56b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    49cbfd4 View commit details
    Browse the repository at this point in the history
  3. Try NumberOfEnabledCores

    Use a try/except block instead of comparing versions
    twangboy committed Jun 5, 2019
    Copy the full SHA
    5b4160d View commit details
    Browse the repository at this point in the history
  4. Add TypeError

    twangboy committed Jun 5, 2019
    Copy the full SHA
    0fc88fb View commit details
    Browse the repository at this point in the history