snejus / beetcamp

Bandcamp autotagger source for beets (http://beets.io)
GNU General Public License v2.0
64 stars 11 forks source link

FutureWarning in python 3.8 #14

Closed arogl closed 3 years ago

arogl commented 3 years ago

I get the following error in _metagurup.py

/home/arogl/.local/lib/python3.8/site-packages/beetsplug/bandcamp/_metaguru.py:103: FutureWarning: Possible nested set at position 5
  track["main_title"] = re.sub(r"\s?([[(]|f(ea)?t\.).*", "", track["title"])

Found a report and fix. will try a PR

pycodestyle #735

snejus commented 3 years ago

Fixed through #15