VirtualBox

Changeset 84616 in vbox


Ignore:
Timestamp:
May 29, 2020 3:53:09 PM (5 years ago)
Author:
vboxsync
Message:

Main: bugref:9341: Fixed pylint issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/autostart/tdAutostart1.py

    r84615 r84616  
    585585        It helps the terminateBySession to stop the VM without aborting.
    586586        """
    587        
     587
    588588        if oGuestSession is None:
    589589            return False;
     
    600600        Install guest additions in the guest.
    601601        """
    602        
     602
    603603        fRc = False;
    604604        # Install Kernel headers, which are required for actually installing the Linux Additions.
     
    762762        all calls will be perfomed using 'sudo -u sUser'
    763763        """
    764        
     764
    765765        _ = oSession;
    766766
     
    889889        It helps the terminateBySession to stop the VM without aborting.
    890890        """
    891        
     891
    892892        if oGuestSession is None:
    893893            return False;
     
    964964                    asLogFiles.append(sGuestAddsDir + 'install_drivers.log');
    965965                    asLogFiles.append('C:/Windows/setupapi.log');
    966    
     966
    967967                    # Note: setupapi.dev.log only is available since Windows 2000.
    968968                    if fHaveSetupApiDevLog:
    969969                        asLogFiles.append('C:/Windows/setupapi.dev.log');
    970    
     970
    971971                    #
    972972                    # Download log files.
     
    10651065
    10661066        _ = oGuestSession;
    1067        
     1067
    10681068        fRc, oGuestSession = self.createSession(oSession, 'Session for user: %s' % (sUser,),
    10691069                                                sUser, 'password', 10 * 1000, True);
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