mahmoud / glom

☄️ Python's nested data operator (and CLI), for all your declarative restructuring needs. Got data? Glom it! ☄️
https://glom.readthedocs.io
Other
1.89k stars 61 forks source link

Fix argument in Fold error message #135

Closed bhrutledge closed 4 years ago

bhrutledge commented 4 years ago

I encountered this when attempting to pass an instance instead of a callable.

Also: thanks for glom! I'm having fun putting it to use.

codecov[bot] commented 4 years ago

Codecov Report

Merging #135 into master will not change coverage by %. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #135   +/-   ##
=======================================
  Coverage   97.29%   97.29%           
=======================================
  Files          22       22           
  Lines        2879     2879           
  Branches      410      410           
=======================================
  Hits         2801     2801           
  Misses         50       50           
  Partials       28       28           
Impacted Files Coverage Δ
glom/reduction.py 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 cfdef0f...77095ec. Read the comment docs.

kurtbrose commented 4 years ago

thanks! appreciate the PR, and always glad to see the library is being useful

mahmoud commented 4 years ago

Excellent! Will aim for a release soon, let me know if you need it even sooner :)