fract4d / gnofract4d

A fractal generation program for linux
Other
116 stars 27 forks source link

Make configuration file keys case sensitive #240

Closed cjmayo closed 3 years ago

cjmayo commented 3 years ago

Fixes problems with file paths caused by: 3e3509e ("Fix duplicating formula_paths in user configuration (#217)", 2021-02-04)


I think this is OK because we don't expect the user to directly edit this file.

Fixes #239.

codecov[bot] commented 3 years ago

Codecov Report

Merging #240 (0ad5a85) into master (4bcd48e) will decrease coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #240      +/-   ##
==========================================
- Coverage   85.94%   85.92%   -0.02%     
==========================================
  Files          55       55              
  Lines       10387    10389       +2     
==========================================
  Hits         8927     8927              
- Misses       1460     1462       +2     
Impacted Files Coverage Δ
fract4d/fractconfig.py 93.13% <100.00%> (-1.87%) :arrow_down:

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 4bcd48e...0ad5a85. Read the comment docs.