dirkhh / adsb-feeder-image

Easy to use turn-key SD card image for a number of popular single board computers to run a complete ADS-B feeder
https://adsb.im/home
GNU General Public License v3.0
99 stars 11 forks source link

Env list logic: fix handling for default lists #196

Closed wiedehopf closed 1 month ago

wiedehopf commented 1 month ago

value = default for default being a list creates a reference not a deep copy appending to value will have an effect on default thus default was no longer valid to be appended

fix this by special handling assigning default to value when the default is a list.