• Christian Bundy's avatar
    Pass file object to Tarfile.addfile() · a718ab69
    Christian Bundy yazdı
    This resolves an issue where TarFile.gettarinfo() doesn't include the
    file object, meaning that TarFile.addfile(TarFile.gettarinfo()) doesn't
    pass the test suite. Instead, this uses an open() within a try...except
    block to include a file object for each file without passing a file
    object when the path is a directory.
    Signed-off-by: 's avatarChristian Bundy <christianbundy@fraction.io>
    a718ab69
Adı
Son kayıt (commit)
Son güncelleme
..
api Loading commit data...
auth Loading commit data...
ssladapter Loading commit data...
transport Loading commit data...
types Loading commit data...
utils Loading commit data...
__init__.py Loading commit data...
client.py Loading commit data...
constants.py Loading commit data...
errors.py Loading commit data...
tls.py Loading commit data...
version.py Loading commit data...