VirtualBox

Ignore:
Timestamp:
Mar 26, 2018 4:23:44 PM (7 years ago)
Author:
vboxsync
Message:

Pylint fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py

    r71519 r71520  
    32233223                    curProgress = curGuestSession.directoryCopyToGuest(curTest.sSrc, curTest.sDst, curTest.aFlags);
    32243224                    if curProgress is not None:
    3225                         oProgress = vboxwrappers.ProgressWrapper(curProgress, self.oTstDrv.oVBoxMgr, self.oTstDrv, "gctrlDirCopyTo");
     3225                        oProgress = vboxwrappers.ProgressWrapper(curProgress, self.oTstDrv.oVBoxMgr, self.oTstDrv, \
     3226                                                                 "gctrlDirCopyTo");
    32263227                        try:
    32273228                            oProgress.wait();
     
    33473348                    curProgress = curGuestSession.directoryCopyFrom(curTest.sSrc, curTest.sDst, curTest.aFlags);
    33483349                    if curProgress is not None:
    3349                         oProgress = vboxwrappers.ProgressWrapper(curProgress, self.oTstDrv.oVBoxMgr, self.oTstDrv, "gctrlDirCopyFrom");
     3350                        oProgress = vboxwrappers.ProgressWrapper(curProgress, self.oTstDrv.oVBoxMgr, self.oTstDrv, \
     3351                                                                 "gctrlDirCopyFrom");
    33503352                        try:
    33513353                            oProgress.wait();
     
    33633365                else:
    33643366                    reporter.log2('Element "%s" not handled (yet), skipping' % oFsInfo.name);
    3365                     pass;
    33663367
    33673368            except:
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