log.py issue

Bug #665533 reported by Tibor Szentmarjay
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Duplicity
Fix Released
Undecided
Unassigned

Bug Description

Hi,

I get the following error message when I try to run duplicity. Previously it worked and now it does not.

# duplicity
Traceback (most recent call last):
  File "/usr/bin/duplicity", line 1292, in <module>
    e.__class__.__name__)
  File "/usr/lib/python2.5/site-packages/duplicity/log.py", line 187, in FatalError
    Log(s, ERROR, code, extra)
  File "/usr/lib/python2.5/site-packages/duplicity/log.py", line 65, in Log
    _logger.log(DupToLoggerLevel(verb_level), s.decode("utf8", "ignore"))
  File "logging/__init__.py", line 1053, in log
  File "logging/__init__.py", line 1097, in _log
  File "/usr/lib/python2.5/site-packages/duplicity/log.py", line 204, in makeRecord
    return DupLogRecord(self.controlLine, name, lvl, fn, lno, msg, args, exc_info)
  File "/usr/lib/python2.5/site-packages/duplicity/log.py", line 195, in __init__
    logging.LogRecord.__init__(self, *args, **kwargs)
TypeError: __init__() takes exactly 9 arguments (8 given)

# duplicity --version
duplicity 0.6.10

# python -V
Python 2.4.4

Debian, but the packages was compled from source
Filesystem is ext2, target fs is s3

Changed in duplicity:
status: New → 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.