Ignore errors doesn't work in duplicity 6.23 and 7.0

Bug #1375304 reported by Aleksandar Ivanovic
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Duplicity
Fix Released
Medium
Unassigned
0.6
Fix Released
Medium
Unassigned

Bug Description

--ignore_errors option doesn't work in 6.23 and 7.0

This can be traced to missing underscore as below

@@ -379,7 +379,7 @@
                       callback = lambda o, s, v, p: (log.Warn(
                           _("Running in 'ignore errors' mode due to %s; please "
                             "re-consider if this was not intended") % s),
- setattr(p.values, "ignore errors", True)))
+ setattr(p.values, "ignore_errors", True)))

     # Whether to use the full email address as the user name when
     # logging into an imap server. If false just the user name

Changed in duplicity:
milestone: none → 0.7.00
importance: Undecided → Medium
Changed in duplicity:
status: New → Fix Committed
Changed in duplicity:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.