duplicity-talk
[Top][All Lists]
Advanced

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

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


From: Richard McGraw
Subject: [Duplicity-talk] [0.7.15] GPGError handling in collections.py
Date: Sat, 18 Nov 2017 11:33:52 +0100

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



reply via email to

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