~noizyland/duplicity/azurebackend_prefix_support

« back to all changes in this revision

Viewing changes to duplicity/backends/_boto_single.py

  • Committer: ken
  • Date: 2016-04-11 18:58:03 UTC
  • Revision ID: ken-20160411185803-7y9f076o7iq76ifh
* Fixed bug 1568677 with suggestions from Florian Kruse
  - bug introduced by incomplete fix of bug 1296793

Show diffs side-by-side

added added

removed removed

Lines of Context:
187
187
                                                      location=Location.EU)
188
188
            else:
189
189
                self.bucket = self.conn.create_bucket(self.bucket_name)
 
190
        else:
 
191
            self.bucket = self.conn.get_bucket(self.bucket_name)
190
192
 
191
193
    def _retry_cleanup(self):
192
194
        self.resetConnection()