- Timestamp:
- Mar 22, 2018 2:23:24 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/api/tdMoveVM1.py
r71457 r71458 335 335 oVirtualBox = self.oTstDrv.oVBoxMgr.getVirtualBox() 336 336 oMachine = oVirtualBox.findMachine('test-vm-move') 337 if oMachine ==None:337 if oMachine is None: 338 338 reporter.log("Machine '%s' is unknown" % (oMachine.name)) 339 339 return False
Note:
See TracChangeset
for help on using the changeset viewer.