duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] [0.7.15] GPGError handling in collections.py


From: Kenneth Loafman
Subject: Re: [Duplicity-talk] [0.7.15] GPGError handling in collections.py
Date: Sat, 18 Nov 2017 11:23:43 -0600

See https://bugs.launchpad.net/bugs/1733057.  Patch attached to bug report.

...Thanks,
...Ken


On Sat, Nov 18, 2017 at 4:33 AM, Richard McGraw via Duplicity-talk <address@hidden> wrote:
Hello,

In version 0.7.15, collections.py, BackupSet.get_remote_manifest():

         except GPGError as message:
            log.Error(_("Error processing remote manifest (%s): %s") %
                      (util.ufn(self.remote_manifest_name), util.ufn(message)))
            return None

But message is a GPGError exception, not a filename expected by
util.ufn() which fails at filename.decode()

--
  Richard

_______________________________________________
Duplicity-talk mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/duplicity-talk


reply via email to

[Prev in Thread] Current Thread [Next in Thread]