VirtualBox

Changeset 92612 in vbox for trunk/src/libs/xpcom18a4


Ignore:
Timestamp:
Nov 26, 2021 6:29:05 PM (3 years ago)
Author:
vboxsync
Message:

PyXPCOM: Do not print a message when a module candidate isn't found. Would happen all the time with Python 3. bugref:9840

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/python/vboxxpcom.py

    r68042 r92612  
    6767        _oVBoxPythonMod =  __import__(m)
    6868        break
    69     except Exception as x:
    70         print('m=%s x=%s' % (m, x))
    71     #except:
    72     #    pass
     69    except:
     70        pass
     71    #except Exception as x:
     72    #    print('m=%s x=%s' % (m, x))
    7373
    7474if platform.system() == 'Darwin':
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