You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
Describe the bug
xcube gen
when run with configuration now fails:This is a regression after changes made to address #19 and #49.
To Reproduce
The text was updated successfully, but these errors were encountered: