Changeset 92675 in vbox for trunk/src/VBox
- Timestamp:
- Dec 1, 2021 2:09:46 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r82968 r92675 210 210 def printErr(_ctx, e): 211 211 oVBoxMgr = _ctx['global'] 212 if oVBoxMgr. errIsOurXcptKind(e):212 if oVBoxMgr.xcptIsOurXcptKind(e): 213 213 print(colored('%s: %s' % (oVBoxMgr.xcptToString(e), oVBoxMgr.xcptGetMessage(e)), 'red')) 214 214 else:
Note:
See TracChangeset
for help on using the changeset viewer.