Show More
@@ -578,5 +578,8 b' def _substitute_values(mapping, substitu' | |||||
578 | raise ValueError( |
|
578 | raise ValueError( | |
579 | 'Failed to substitute env variable: {}. ' |
|
579 | 'Failed to substitute env variable: {}. ' | |
580 | 'Make sure you have specified this env variable without ENV_ prefix'.format(e)) |
|
580 | 'Make sure you have specified this env variable without ENV_ prefix'.format(e)) | |
|
581 | except ValueError as e: | |||
|
582 | log.warning('Failed to substitute ENV variable: %s', e) | |||
|
583 | result = mapping | |||
581 |
|
584 | |||
582 | return result |
|
585 | return result |
General Comments 0
You need to be logged in to leave comments.
Login now