Skip to content
  • Jelte Jansen's avatar
    [2184] Fix issue of null default value · 7e93ff50
    Jelte Jansen authored
    Found another issue which became more apparent now (but I think we've seen before); get_default_value() returns None if there is no default set, however, in some cases, None can be the actual default (datasources params for instance).
    
    This fix makes sure a default value of None is not confused with no value at all (which resulted in the error 'Error: data_sources/classes/IN[X]/params not found'
    7e93ff50