The latest trollflow2 master create_scene plugin fails with the latest satpy master, due to satpy's removal of ppp_config_dir in https://github.com/pytroll/satpy/pull/1501, which causes trollflow2 to fail with TypeError: __init__() got an unexpected keyword argument 'ppp_config_dir'.
Describe the bug
The latest trollflow2 master
create_scene
plugin fails with the latest satpy master, due to satpy's removal ofppp_config_dir
in https://github.com/pytroll/satpy/pull/1501, which causes trollflow2 to fail withTypeError: __init__() got an unexpected keyword argument 'ppp_config_dir'
.To Reproduce
Expected behavior
Should probably fail because the input filenames don't exist.
Actual results
Actually fails to create a
Scene
object in the first place.Or in an actual test production environment:
Text output of actual results or error messages including full tracebacks if applicable.
Environment Info:
centOS 7.6.1810
v0.8.0-5-g7acb09b
v0.25.1-49-ge0f1fb83
Additional context
This isn't caught by the
test_create_scene
unit test, because it mocks theScene
call so fails to notice this keyword argument is not valid.