~mterry/duplicity/more-decode-issues

« back to all changes in this revision

Viewing changes to duplicity/backends/pcabackend.py

  • Committer: Kenneth Loafman
  • Date: 2017-06-30 19:27:14 UTC
  • Revision ID: kenneth@loafman.com-20170630192714-ho7itw4y8kt5dr49
* Fixed PEP8 and 2to3 issues.

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
                                           resp_chunk_size=1024)
192
192
            log.Info("File %s was successfully unsealed." % remote_filename)
193
193
            return body
194
 
        except self.resp_exc, e:
 
194
        except self.resp_exc as e:
195
195
            # The object is sealed but being released.
196
196
            if e.http_status == 429:
197
197
                # The retry-after header contains the remaining duration before