j6k4m8 / goosepaper

generate and deliver a daily newspaper to you or your remarkable tablet
Apache License 2.0
271 stars 24 forks source link

Deduplicate config files if specified more than once #57

Closed j6k4m8 closed 2 years ago

j6k4m8 commented 2 years ago

Previously,

goosepaper -c goosepaper.json

would cause duplicates of every story. This resolves that.

codecov[bot] commented 2 years ago

Codecov Report

Merging #57 (8425699) into master (51eb352) will increase coverage by 0.10%. The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
+ Coverage   34.71%   34.82%   +0.10%     
==========================================
  Files          19       19              
  Lines         602      603       +1     
==========================================
+ Hits          209      210       +1     
  Misses        393      393              
Impacted Files Coverage Δ
goosepaper/multiparser.py 0.00% <0.00%> (ø)
goosepaper/util.py 83.63% <100.00%> (+0.30%) :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 51eb352...8425699. Read the comment docs.