~noizyland/duplicity/fix_azurebackend_list

Viewing all changes in revision 1095.

  • Committer: Kenneth Loafman
  • Date: 2015-05-27 11:15:56 UTC
  • mfrom: (1094.1.2 fix-progress)
  • Revision ID: kenneth@loafman.com-20150527111556-3f16a90ny9rsuzoa
* Merged in lp:~noizyland/duplicity/fix-progress
  - Fixes bug 1264744.  selection.filelist_globbing_get_sfs leaves the 
    filelist file object's position at the end of the file. When the 
    --progress option is used the filelists need to be read twice. On 
    the second read nothing is read from the file because file has 
    already been read and the position is EOF.  This patch calls seek(0) 
    on the filelist to reset the position to BOF so that subsequent 
    read() calls will return data.
* Added pylint ignore error in webdavbackend.py.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: