dbr / tvnamer

Automatic TV episode file renamer, uses data from thetvdb.com via tvdb_api
https://pypi.python.org/pypi/tvnamer/
The Unlicense
907 stars 115 forks source link

Fix seriesname typo from seriesnami #203

Closed kaelspencer closed 3 years ago

kaelspencer commented 3 years ago

Simple typo fix for self.seriesname. This caused seriesname to be valid for formatting the file name but it had a stale value.

202

codecov[bot] commented 3 years ago

Codecov Report

Merging #203 (702685e) into maint-3.0 (ba7e590) will not change coverage. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           maint-3.0     #203   +/-   ##
==========================================
  Coverage      76.81%   76.81%           
==========================================
  Files             11       11           
  Lines            966      966           
  Branches         216      216           
==========================================
  Hits             742      742           
  Misses           153      153           
  Partials          71       71           
Impacted Files Coverage Δ
tvnamer/__init__.py 100.00% <100.00%> (ø)
tvnamer/utils.py 79.33% <100.00%> (ø)
dbr commented 3 years ago

Thanks for this! Merged and shall make a new patch release momentarily

I was confused why the tests didn't catch this.. but.. they did! The checks for https://github.com/dbr/tvnamer/commit/e673514b6f72f501904848d9a064621d7bb74abf failed, I just didn't notice (muddied up in failing/passing-again notifications for the non-maint branch)

dbr commented 3 years ago

Now released as tvnamer==3.0.4!