Add a note about skipping unavailable items

This commit is contained in:
twangboy 2019-05-28 15:37:26 -06:00
parent 044b56b7a6
commit 49cbfd4fe3
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB

View file

@ -504,6 +504,11 @@ def get_system_info():
'''
Get system information.
.. note::
Not all system info is available across all versions of Windows. If it
is not available on an older version, it will be skipped
Returns:
dict: Dictionary containing information about the system to include
name, description, version, etc...