griffithlab / civicpy

A python interface for the CIViC db application
MIT License
9 stars 5 forks source link

Convert CIVICPY_CACHE_TIMEOUT_DAYS environment variable to int #123

Closed dameyerdave closed 2 years ago

dameyerdave commented 2 years ago

Because the value of an environment variable is treat as string it needs to be converted to int in case of CIVICPY_CACHE_TIMEOUT_DAYS. Otherwise the timedelta function will fail.

dameyerdave commented 2 years ago

Why is this unable to merge? What can I do to get this change into the main branche? Thanks for support.