VirtualBox

Ignore:
Timestamp:
Mar 28, 2018 3:43:50 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

    r71545 r71546  
    377377        fRes = oSession.detachHd(sController, iPort, 0)
    378378        if fRes is False:
    379             reporter.log('5th scenario: Couldn\'t detach image from the controller %s port %s device %s' % (sController, iPort, 0))
     379            reporter.log('5th scenario: Couldn\'t detach image from the controller %s
     380                         port %s device %s' % (sController, iPort, 0))
    380381
    381382        fRes = oSession.saveSettings()
     
    576577            os.mkdir(sNewLoc, 0o775)
    577578
    578             #At moment, it's used only one snapshot due to the difficulty to get 
     579            #At moment, it's used only one snapshot due to the difficulty to get
    579580            #all attachments of the machine (i.e. not only attached at moment)
    580581            cSnap = 1
     
    595596                for oAttachment in aoMediumAttachments:
    596597                    sRes = oAttachment.medium.location.rpartition(os.sep)
    597                     dsReferenceFiles['SnapshotFile'].add(sNewLoc + os.sep + oMachine.name + os.sep + 'Snapshots' + os.sep + sRes[2])
     598                    dsReferenceFiles['SnapshotFile'].add(sNewLoc + os.sep + oMachine.name + os.sep +
     599                                                         'Snapshots' + os.sep + sRes[2])
    598600
    599601                sSettingFile = os.path.join(sNewLoc, os.path.join(oMachine.name, oMachine.name + '.vbox'))
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