Use config.get() for safer access to configuration
Open
DukeDavis12
opened this issue 6 months ago
•
0 comments
This commit updates direct dictionary access of configuration with safer config.get().This change also prevents potential KeyError exceptions if the keys are missing.