panoptes / panoptes-utils

A set of Astronomical utility functions. PANOPTES style. :hammer_and_wrench: :telescope: :stars:
https://panoptes-utils.readthedocs.io
MIT License
4 stars 9 forks source link

Config client updates #272

Closed wtgee closed 3 years ago

wtgee commented 3 years ago

Make the config getter and setter less noisy by default. Remove old unused logging file. Make default the second parameter for get_config to mimic dict.get. Closes #268

codecov[bot] commented 3 years ago

Codecov Report

Merging #272 (8db35f9) into develop (25cf729) will decrease coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #272      +/-   ##
===========================================
- Coverage    73.57%   73.56%   -0.02%     
===========================================
  Files           31       30       -1     
  Lines         2002     2001       -1     
===========================================
- Hits          1473     1472       -1     
  Misses         529      529              
Impacted Files Coverage Δ
src/panoptes/utils/config/client.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 25cf729...8db35f9. Read the comment docs.