fract4d / gnofract4d

A fractal generation program for linux
Other
115 stars 29 forks source link

Replace fractconfig.T.find_on_path() #222

Closed cjmayo closed 3 years ago

cjmayo commented 3 years ago

shutil.which() has been available since Python 3.3.

codecov[bot] commented 3 years ago

Codecov Report

Merging #222 (7c4b649) into master (1679515) will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #222      +/-   ##
==========================================
- Coverage   86.22%   86.21%   -0.01%     
==========================================
  Files          57       57              
  Lines       10619    10613       -6     
==========================================
- Hits         9156     9150       -6     
  Misses       1463     1463              
Impacted Files Coverage Δ
fract4d/fractconfig.py 93.45% <ø> (+0.47%) :arrow_up:
fract4dgui/director.py 65.05% <100.00%> (+0.08%) :arrow_up:
fract4dgui/gtkfractal.py 82.16% <0.00%> (-0.15%) :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 1679515...fac6a62. Read the comment docs.