VirtualBox

Ignore:
Timestamp:
Jan 23, 2018 3:35:17 PM (7 years ago)
Author:
vboxsync
Message:

common/utils.py: Untar fix for python 3.6 and later. [pylint]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/common/utils.py

    r70709 r70710  
    18581858def __mytarfilecopyfileobj(src, dst, length = None, exception = OSError, bufsize = None):
    18591859    """ tarfile.copyfileobj with different buffer size (16384 is slow on windows). """
     1860    _ = bufsize;
    18601861    if length is None:
    18611862        __myshutilcopyfileobj(src, dst, g_cbGoodBufferSize);
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