VirtualBox

Ignore:
Timestamp:
Jul 2, 2019 4:26:28 PM (6 years ago)
Author:
vboxsync
Message:

Main: bugref:6598: Fixed pylint issue in the testcase

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/storage/tdStorageSnapshotMerging1.py

    r79470 r79471  
    309309        sFile = 't-base' + sExt;
    310310        sHddPath = os.path.join(self.oVBox.oTstDrv.sScratchPath, sFile);
    311         oHd = oSession.createBaseHd(sHddPath, sFmt=oDskFmt.id, cb=oOrigBaseHd.logicalSize, cMsTimeout = 15 * 60 * 1000); # 15 min
     311        oHd = oSession.createBaseHd(sHddPath, sFmt=oDskFmt.id, cb=oOrigBaseHd.logicalSize,
     312                                    cMsTimeout = 15 * 60 * 1000); # 15 min
    312313        #if oSession.createBaseHd can't create disk because it exists, oHd will point to some stub object anyway
    313314        fRc = fRc and oHd is not None and (oHd.logicalSize == oOrigBaseHd.logicalSize);
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