clinical-data-mining / msk_cdm

Prototype for new CDM repo layout
https://clinical-data-mining.github.io/msk_cdm/
1 stars 1 forks source link

only override with .env if present; fix key lookup errors #23

Closed kpich closed 3 months ago

kpich commented 3 months ago

in minio api, we only want to override with the .env values if they're not already present from passing via explicit ctor arguments.

also change dict lookups to default to None so it doesn't crash if one of these keys is missing from the .env file...