astronomy-commons / adc-streaming

Core Python(ic) client libraries and utilities for alert streaming
BSD 3-Clause "New" or "Revised" License
6 stars 6 forks source link

Fix certifi config loading #33

Closed spenczar closed 4 years ago

spenczar commented 4 years ago

As worked out by testing on a centos box (we should probably make an integration test for this). Thanks for pointing out the bug, @shereenElSayed.

The issue is that we end up overriding the configuration dictionary sometimes, depending on its type (!). This code badly needs to be refactored.