VirtualBox

Ignore:
Timestamp:
Nov 26, 2020 3:00:58 PM (4 years ago)
Author:
vboxsync
Message:

testmanager/partial-db-dump.py: Adding option for using LMZA instead of Deflate for compression. [fix] bugref:9788

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/db/partial-db-dump.py

    r86992 r86993  
    144144        enmCompression = zipfile.ZIP_DEFLATED;
    145145        if self.oConfig.fLmza:
    146             enmCompression = getattr(zipfile. 'ZIP_LZMA', zipfile.ZIP_DEFLATED);
     146            enmCompression = getattr(zipfile, 'ZIP_LZMA', zipfile.ZIP_DEFLATED);
    147147        oZipFile = zipfile.ZipFile(self.oConfig.sFilename, 'w', enmCompression);
    148148
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