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

Mintics now properly support lists #1870

Merged
merged 1 commit into from
Mar 7, 2016
Merged

Mintics now properly support lists #1870

merged 1 commit into from
Mar 7, 2016

Conversation

chaosphere2112
Copy link
Contributor

I tried to do this in #1869, but @doutriaux1 beat me to the punch and merged it before I ran into this 😄

Miniticks were not fetching lists from vcs.elements, this has been remedied. Updated the test... my push to the baseline change was merged already.

mintics = getattr(gm, axis + 'mtics' + number)
if mintics != '':
if isinstance(mintics, str):
mintics = vcs.elements["list"][mintics]
Copy link
Contributor

Choose a reason for hiding this comment

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

@chaosphere2112 can it ever be '*' ?

doutriaux1 added a commit that referenced this pull request Mar 7, 2016
Mintics now properly support lists
@doutriaux1 doutriaux1 merged commit c4b5f4b into master Mar 7, 2016
@doutriaux1 doutriaux1 deleted the fix_min_tics branch March 7, 2016 18:34
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.

2 participants