koodaamo / tnefparse

a TNEF decoding library written in python, without external dependencies
GNU Lesser General Public License v3.0
49 stars 37 forks source link

Delete unused file #81

Closed jugmac00 closed 3 years ago

jugmac00 commented 3 years ago

deleted: cmdline.py

codecov[bot] commented 3 years ago

Codecov Report

Merging #81 (1bede67) into master (a9668ef) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #81   +/-   ##
=======================================
  Coverage   92.90%   92.90%           
=======================================
  Files           7        7           
  Lines        1296     1296           
  Branches      117      117           
=======================================
  Hits         1204     1204           
  Misses         70       70           
  Partials       22       22           
Impacted Files Coverage Δ
tnefparse/cmdline.py 86.11% <0.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 a9668ef...1bede67. Read the comment docs.

petri commented 3 years ago

I started wondering where did this duplicate come from... it is a result of a bad PR I accepted in 2019 without really reviewing it. Sigh. It introduced support for extracting all attachments into a zip file.

I'll make another PR to fix that mess and merge this after that.

petri commented 3 years ago

Actually, given #90 is there now, this can be merged.

jugmac00 commented 3 years ago

@petri Did you close this pr unintentionally before closing it?