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

set_defaults doesn't process model_dir #197

Closed
mdemare opened this issue Jun 20, 2014 · 1 comment
Closed

set_defaults doesn't process model_dir #197

mdemare opened this issue Jun 20, 2014 · 1 comment
Assignees
Labels
Milestone

Comments

@mdemare
Copy link

mdemare commented Jun 20, 2014

That means setting the model_dir in a rake task has no effect.

annotate.rb:42 has:

    [POSITION_OPTIONS, FLAG_OPTIONS, PATH_OPTIONS].flatten.each do |key|

should probably be

    [POSITION_OPTIONS, FLAG_OPTIONS, PATH_OPTIONS, OTHER_OPTIONS].flatten.each do |key|

@ctran ctran added the bug label Jun 20, 2014
@ctran ctran self-assigned this Jun 20, 2014
@ctran ctran added this to the v2.6.6 milestone Jun 20, 2014
@ctran
Copy link
Owner

ctran commented Jun 20, 2014

Thanks. I'll take a look.

ctran pushed a commit that referenced this issue Jun 23, 2014
@ctran ctran closed this as completed Jun 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants