duplicity-tracker
[Top][All Lists]
Advanced

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

[Duplicity-tracker] [bug #25502] logging.LogRecord.__init__() takes exac


From: anonymous
Subject: [Duplicity-tracker] [bug #25502] logging.LogRecord.__init__() takes exactly 9 arguments (8 given)
Date: Mon, 13 Jul 2009 21:10:22 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1) Gecko/20090624 Firefox/3.5 (.NET CLR 3.5.30729)

Follow-up Comment #3, bug #25502 (project duplicity):

Had the same problem on a SuSE 10.2. Just changed the file
/usr/lib/python/logging/__init__.py
about line 216/217
from 
    def __init__(self, name, level, pathname, lineno,
                 msg, args, exc_info, func):

to
    def __init__(self, name, level, pathname, lineno,
                 msg, args, exc_info, func=None):

and everything is fine!

Michael

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?25502>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

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