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

xcube gen doesn't work for installed plugins #96

Closed
forman opened this issue Jun 18, 2019 · 1 comment
Closed

xcube gen doesn't work for installed plugins #96

forman opened this issue Jun 18, 2019 · 1 comment
Assignees
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@forman
Copy link
Member

forman commented Jun 18, 2019

Describe the bug

xcube gen when run with configuration now fails:

  File "C:\Users\Norman\Miniconda3\envs\xcube\lib\site-packages\click\core.py", line 956, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "C:\Users\Norman\Miniconda3\envs\xcube\lib\site-packages\click\core.py", line 555, in invoke
    return callback(*args, **kwargs)
  File "C:\Users\Norman\IdeaProjects\xcube\xcube\cli\gen.py", line 122, in gen
    **config)
TypeError: gen_cube() got an unexpected keyword argument 'output_name'

This is a regression after changes made to address #19 and #49.

To Reproduce

> xcube --traceback gen -c config.yml "data/s2plus/2017/07/*.nc"
@forman forman added bug Something isn't working in progress The assignee is working on it labels Jun 18, 2019
@forman forman self-assigned this Jun 19, 2019
@forman forman added wontfix This will not be worked on and removed in progress The assignee is working on it labels Jun 21, 2019
@forman
Copy link
Member Author

forman commented Jun 21, 2019

Not a bug: some configuration parameters have changed, that's why the error occurred, namely 'output_dir', 'output_name' --> output_path

@forman forman closed this as completed Jun 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant