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

Renamed UserStringArrayOption to UserArrayOption for short. #2732

Merged
merged 1 commit into from Dec 6, 2017

Conversation

jpakkane
Copy link
Member

@jpakkane jpakkane commented Dec 4, 2017

No description provided.

@@ -139,7 +139,7 @@ def add_keys(optlist, options):
elif isinstance(opt, coredata.UserComboOption):
optdict['choices'] = opt.choices
typestr = 'combo'
elif isinstance(opt, coredata.UserStringArrayOption):
elif isinstance(opt, coredata.UserArrayOption):
typestr = 'stringarray'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just noticed this is wrong, sent PR #2737 to fix it

@jpakkane jpakkane merged commit 4ae0cad into master Dec 6, 2017
@jpakkane jpakkane deleted the arrayname branch December 6, 2017 22:00
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.

None yet

2 participants