← Back to team overview

duplicity-team team mailing list archive

[Merge] lp:~noizyland/duplicity/fix_azurebackend_typo into lp:duplicity

 

Scott McKenzie has proposed merging lp:~noizyland/duplicity/fix_azurebackend_typo into lp:duplicity.

Requested reviews:
  duplicity-team (duplicity-team)

For more details, see:
https://code.launchpad.net/~noizyland/duplicity/fix_azurebackend_typo/+merge/294503
-- 
Your team duplicity-team is requested to review the proposed merge of lp:~noizyland/duplicity/fix_azurebackend_typo into lp:duplicity.
=== modified file 'duplicity/backends/azurebackend.py'
--- duplicity/backends/azurebackend.py	2015-12-02 20:16:00 +0000
+++ duplicity/backends/azurebackend.py	2016-05-12 13:06:24 +0000
@@ -99,7 +99,7 @@
         return {'size': int(prop['content-length'])}
 
     def _error_code(self, operation, e):
-        if isinstance(e, self.WindowsAzureMissingResourceError):
+        if isinstance(e, self.AzureMissingResourceError):
             return log.ErrorCode.backend_not_found
 
 duplicity.backend.register_backend('azure', AzureBackend)


Follow ups