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

Fix #224: Replace super() call #226

Merged

Conversation

tomschr
Copy link
Member

@tomschr tomschr commented Feb 29, 2020

This PR is a first attempt to fix #224 and contains:

  • In class clean, replace super(CleanCommand, self).run() with CleanCommand.run(self)
    Co-authored-by: Dennis Menschel

@menschel-d could you try this branch and test it?

@tomschr tomschr added the Bug Error, flaw or fault to produce incorrect or unexpected results label Feb 29, 2020
@tomschr tomschr self-assigned this Feb 29, 2020
In class clean, replace super(CleanCommand, self).run() with CleanCommand.run(self)

Co-authored-by: Dennis Menschel <[email protected]>
@tomschr tomschr force-pushed the bugfix/224-cleancommand-super branch from ff2e4db to 9a885cd Compare February 29, 2020 20:46
@s-celles s-celles merged commit 6878916 into python-semver:master Feb 29, 2020
@tomschr tomschr deleted the bugfix/224-cleancommand-super branch February 29, 2020 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Error, flaw or fault to produce incorrect or unexpected results
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build fails with CleanCommand super()-call
2 participants