-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: super() takes at least 1 argument (0 given) #1
Comments
@xiangmeng4geo oh, it seems you're using python2. Am I right? |
I've released 1.3.1 version with this particular fix. Could you please confirm if 1.3.1 works for you and close ticket if it is ok? |
Yes,we are using python 2.7. |
Sorry about feedback late,when I use 1.3.1, I got error like: Traceback (most recent call last): And the python version on this server is 2.6.6 |
Hi
When I use this lib,I meet some error. I think some bug in version 1.2.1.
the error is:
I think super may be call like :
super(TimedRotatingFileHandlerSafe,self).init(filename, when=when, backupCount=backupCount, **kwargs)
The text was updated successfully, but these errors were encountered: