Closed bbelderbos closed 3 years ago
I was going to go with try/except around TEST_MODE, but adding a new optional argument to _get_env_var we can use this for other use cases too.
TEST_MODE
_get_env_var
Issue: https://github.com/PyBites-Open-Source/karmabot/issues/84
Superseded by https://github.com/PyBites-Open-Source/karmabot/pull/97 < that PR I'd love to go in which includes the changes from this PR.
I was going to go with try/except around
TEST_MODE
, but adding a new optional argument to_get_env_var
we can use this for other use cases too.Issue: https://github.com/PyBites-Open-Source/karmabot/issues/84