VirtualBox

Changeset 103072 in vbox for trunk/src/VBox/Main/glue


Ignore:
Timestamp:
Jan 25, 2024 5:45:27 PM (11 months ago)
Author:
vboxsync
Message:

Installer/Python: More fixes. bugref:10579

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/python/vboxapi.py

    r103054 r103072  
    348348        Returns the COM status code from the VBox API given exception.
    349349        """
    350         raise AttributeError
     350        return None
    351351
    352352    def xcptIsDeadInterface(self, _oXcpt):
     
    367367        """
    368368        try:
    369             hrXcpt = self.xcptGetStatus(oXcpt)
     369            hrXcpt = self.xcptGetStatus(oXcpt) # pylint: disable=assignment-from-none
    370370        except AttributeError:
    371371            return False
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