VirtualBox

Ignore:
Timestamp:
Oct 3, 2022 5:40:30 PM (2 years ago)
Author:
vboxsync
Message:

fixing burns

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/common/utils.py

    r96971 r96973  
    290290
    291291            if aOsVersion[0] == '10':
    292                 return codenames[aOsVersion[1]]
     292                sResult = codenames[aOsVersion[1]]
    293293            else:
    294                 return codenames_afterCatalina[aOsVersion[0]]
     294                sResult = codenames_afterCatalina[aOsVersion[0]]
     295            return sResult
    295296
    296297        sOsxVersion = platform.mac_ver()[0]
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette