← Back to team overview

duplicity-team team mailing list archive

[Merge] lp:~breunigs/duplicity/amazondrive2 into lp:duplicity

 

Stefan Breunig has proposed merging lp:~breunigs/duplicity/amazondrive2 into lp:duplicity.

Requested reviews:
  duplicity-team (duplicity-team)

For more details, see:
https://code.launchpad.net/~breunigs/duplicity/amazondrive2/+merge/310137

I missed one variable during renaming, which breaks the new backend.

I'm not sure if I did correctly with Launchpad though. It should be a one line change only.
-- 
Your team duplicity-team is requested to review the proposed merge of lp:~breunigs/duplicity/amazondrive2 into lp:duplicity.
=== modified file 'duplicity/backends/adbackend.py'
--- duplicity/backends/adbackend.py	2016-11-01 19:26:03 +0000
+++ duplicity/backends/adbackend.py	2016-11-06 14:07:10 +0000
@@ -404,4 +404,4 @@
         response.raise_for_status()
         del self.names_to_ids[remote_filename]
 
-duplicity.backend.register_backend('ad', AmazonDriveBackend)
+duplicity.backend.register_backend('ad', ADBackend)


Follow ups