Skip to content

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 <menschel-d@users.noreply.github.com>
@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