~duplicity-team/duplicity/0.8-series

Viewing all changes in revision 1502.

  • Committer: kenneth at loafman
  • Date: 2019-11-13 16:45:16 UTC
  • mfrom: (1501.1.1 0.8-series)
  • Revision ID: kenneth@loafman.com-20191113164516-5kzgi5hyju9bn2z5
* Merged in lp:~mterry/duplicity/pydrive-cache-fix
  - The pydrive backend had another of the ongoing bytes/string issues. :)
  - This time, it was saving a bytes filename in its internal cache after
    each volume upload. Then when asked for a list of files later, it
    would add the byte-filenames from its cache to the results.
    And we'd end up thinking there were two of the same filename on the backend,
    which would cause a crash at the end of an otherwise successful backup,
    because the collections code would assert on the filenames being unique.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: