VirtualBox

Changeset 71458 in vbox for trunk


Ignore:
Timestamp:
Mar 22, 2018 2:23:24 PM (7 years ago)
Author:
vboxsync
Message:

bugref:8345. Coding style fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/api/tdMoveVM1.py

    r71457 r71458  
    335335            oVirtualBox = self.oTstDrv.oVBoxMgr.getVirtualBox()
    336336            oMachine = oVirtualBox.findMachine('test-vm-move')
    337             if oMachine == None:
     337            if oMachine is None:
    338338                reporter.log("Machine '%s' is unknown" % (oMachine.name))
    339339                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