jafreck opened this issue 6 years ago · 1 comments
None values for application_args are passed when they should be dropped
None
This is actually only present when yaml files are set like the following:
application_args: -
which when read, gives: [None]. In this case, passing none instead of dropping is valid.
[None]