Code review comment for lp:~didrocks/apport/handle-older-reports

Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

It's a dict when returning from the on demand generated report.

It seems to be a dict when loaded from an old report as well:
"def load(self, file, binary=True, key_filter=None)"
-> If binary is False, binary data is not loaded; the dictionary key is
        created, but its value will be an empty string. If it is True, it is
        transparently uncompressed and available as dictionary byte array values.

« Back to merge proposal