Changeset 96973 in vbox for trunk/src/VBox/ValidationKit/common
- Timestamp:
- Oct 3, 2022 5:40:30 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/common/utils.py
r96971 r96973 290 290 291 291 if aOsVersion[0] == '10': 292 returncodenames[aOsVersion[1]]292 sResult = codenames[aOsVersion[1]] 293 293 else: 294 return codenames_afterCatalina[aOsVersion[0]] 294 sResult = codenames_afterCatalina[aOsVersion[0]] 295 return sResult 295 296 296 297 sOsxVersion = platform.mac_ver()[0]
Note:
See TracChangeset
for help on using the changeset viewer.