Skip to content
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

custom rucio exceptions passing args and kwargs wrong to super #679

Closed
TWAtGH opened this issue Feb 15, 2018 · 0 comments · Fixed by #682
Closed

custom rucio exceptions passing args and kwargs wrong to super #679

TWAtGH opened this issue Feb 15, 2018 · 0 comments · Fixed by #682
Assignees
Milestone

Comments

@TWAtGH
Copy link

TWAtGH commented Feb 15, 2018

Motivation

It looks like all custom rucio exceptions are calling super().init(args, kwargs) with the wrong arguments.

Modification

The syntax should be super().init(*args, **kwargs)

Expected behavior

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants