Erotemic / ubelt

A Python utility library with a stdlib like feel and extra batteries. Paths, Progress, Dicts, Downloads, Caching, Hashing: ubelt makes it easy!
Apache License 2.0
723 stars 43 forks source link

Reword ensuredir verbosity message #64

Closed Erotemic closed 5 years ago

Erotemic commented 5 years ago

quick change of wording to make ensuredir stdout messages more clear.

Fixes #54

codecov[bot] commented 5 years ago

Codecov Report

Merging #64 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #64      +/-   ##
==========================================
+ Coverage   94.71%   94.73%   +0.01%     
==========================================
  Files          24       24              
  Lines        1929     1936       +7     
  Branches      353      356       +3     
==========================================
+ Hits         1827     1834       +7     
  Misses        102      102
Impacted Files Coverage Δ
ubelt/util_path.py 100% <100%> (ø) :arrow_up:

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 89085f1...e55b069. Read the comment docs.