VirtualBox

Ignore:
Timestamp:
Jun 11, 2019 11:58:28 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
131247
Message:

ValKit: New pylint version - cleanup in progress.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testboxscript/testboxconnection.py

    r76553 r79087  
    149149        # When connecting we're using a 15 second timeout, we increase it later.
    150150        #
    151         if self._oParsedUrl.scheme == 'https': # pylint: disable=E1101
     151        if self._oParsedUrl.scheme == 'https': # pylint: disable=no-member
    152152            fnCtor = httplib.HTTPSConnection;
    153153        else:
     
    199199            'Connection':       'keep-alive',
    200200        };
    201         sServerPath = '/%s/testboxdisp.py' % (self._oParsedUrl.path.strip('/'),); # pylint: disable=E1101
     201        sServerPath = '/%s/testboxdisp.py' % (self._oParsedUrl.path.strip('/'),); # pylint: disable=no-member
    202202        dParams[constants.tbreq.ALL_PARAM_ACTION] = sAction;
    203203        sBody = urllib_urlencode(dParams);
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