Azure/aztk

None value not handled correctly in application args

jafreck opened this issue · 1 comments

None values for application_args are passed when they should be dropped

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.