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

Issue 756 nargs initial values #757

Open
wants to merge 1 commit into
base: 1.0.9-release
Choose a base branch
from

Conversation

JozsefKutas
Copy link

Closes #756. I've updated an existing test for default values to also check that initial values are handled correctly. The code example in the issue now works as expected.

  • You're opening this PR against the current release branch
  • Works on both Python 2.7 & Python 3.x
  • Commits have been squashed and includes the relevant issue number
  • Pull request description contains link to relevant issue or detailed notes on changes
  • This must include example code demonstrating your feature or the bug being fixed
  • All existing tests pass
  • Your bug fix / feature has associated test coverage
  • README.md is updated (if relevant)

@chriskiehl
Copy link
Owner

Few issues with your PR:

image

Your git history is a little off:

image

thus it shows a bunch of irrelevant changes.

@JozsefKutas JozsefKutas changed the base branch from master to 1.0.9-release October 25, 2021 20:36
@JozsefKutas
Copy link
Author

My bad. I checked that I made the changes on the release branch, but I didn't realise that my pull request was against the master branch.

@Bartimaeus-
Copy link

Can this be merged? Just ran into this issue myself and it would be nice for it to get fixed.

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

Successfully merging this pull request may close these issues.

Text inputs with nargs don't work properly with list initial values
3 participants