VirtualBox

Changeset 92675 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 1, 2021 2:09:46 PM (3 years ago)
Author:
vboxsync
Message:

vboxshell.py: Fix a long standing breakage of error printing (still used a method which was renamed very shortly after introducing).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxShell/vboxshell.py

    r82968 r92675  
    210210def printErr(_ctx, e):
    211211    oVBoxMgr = _ctx['global']
    212     if oVBoxMgr.errIsOurXcptKind(e):
     212    if oVBoxMgr.xcptIsOurXcptKind(e):
    213213        print(colored('%s: %s' % (oVBoxMgr.xcptToString(e), oVBoxMgr.xcptGetMessage(e)), 'red'))
    214214    else:
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