Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Fixes #1 TypeError caused by using pos arg #2

Merged
merged 1 commit into from
Aug 3, 2020

Conversation

muhrin
Copy link
Contributor

@muhrin muhrin commented Aug 3, 2020

Just a small fix to tackle the reported TypeError.

The signature of the PyBridge was changed to force echo to be a kwarg
however it was being supplied a kwarg. Fixed.

The signature of the PyBridge was changed to force echo to be a kwarg
however it was being supplied a kwarg.  Fixed.
@anselor anselor merged commit b063977 into python-cmd2:master Aug 3, 2020
@anselor
Copy link
Collaborator

anselor commented Aug 3, 2020

Thanks @muhrin. I published 0.1.1 to pypi.
In the future, this will be integrated into the cmd2 repo and unit tested together to prevent this type of thing from happening.

@muhrin
Copy link
Contributor Author

muhrin commented Aug 4, 2020

My pleasure. Thanks for pushing the new version, this lets me get on with my releasing a new version of my code.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants