VirtualBox

Ignore:
Timestamp:
Feb 10, 2021 10:24:01 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142716
Message:

Main: bugref:9224: Testcase: fixed pylint issues

File:
1 edited

Legend:

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

    r87673 r87674  
    10481048        # pylint: disable=no-init
    10491049        class DescriptorParseState(object):
    1050             Header   = 1,
    1051             Extent   = 2,
    1052             Database = 3
     1050            Header   = 1;
     1051            Extent   = 2;
     1052            Database = 3;
    10531053
    10541054        asHddData = self.asHdds[sHdd];
     
    10691069                     };
    10701070
    1071         oRegExp = re.compile('^\s*([^=]+)\s*=\s*\"*([^\"]+)\"*\s*$');
     1071        oRegExp = re.compile(r'^\s*([^=]+)\s*=\s*\"*([^\"]+)\"*\s*$');
    10721072        iExtentIdx = 0;
    10731073
     
    15551555    ksOsSolaris = 'tst-solaris';
    15561556    ksOsFreeBSD = 'tst-freebsd';
    1557 
    15581557    BootSectorPath = '6.1/storage/t-bootsector.bin';
    15591558    asHdds = ['6.1/storage/t-gpt.vdi', '6.1/storage/t-mbr.vdi'];
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette