This line is incorrect.
|
data_files['uat'] = {'path': 'links/uat/all.links', 'default_value': [], 'multiline': True} |
needs to be located below
|
env_name = config.get('ENVIRONMENT', 'back-dev') |
And be of the form:
data_files['uat'] = {'path': 'links/uat/uat.list.'+str(env_name), 'default_value': [], 'multiline': True}
This line is incorrect.
ADSDataPipeline/adsdata/file_defs.py
Line 81 in 4b31e77
needs to be located below
ADSDataPipeline/adsdata/file_defs.py
Line 86 in 4b31e77
And be of the form: