NASA-AMMOS / AIT-DSN

MIT License
19 stars 10 forks source link

common.SLE doesn't pull all attributes from kwargs #108

Closed MJJoyce closed 4 years ago

MJJoyce commented 4 years ago

common.SLE is missing a check for kwargs value for some of its attributes. This should be updated so any of the attributes that it's attempting to pull from the config is also pulled from kwargs if it exists. Note, we will adjust the ordering of the checks in #95