mirror of
https://github.com/SickGear/SickGear.git
synced 2025-03-15 09:07:43 +00:00
Fixed issue of unknown attribute keyword 'show'
This commit is contained in:
parent
43b6b4b594
commit
872056cc5d
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ class GenericProvider:
|
||||||
|
|
||||||
# parse the file name
|
# parse the file name
|
||||||
try:
|
try:
|
||||||
myParser = NameParser(False, regexMode=regexMode, show=show)
|
myParser = NameParser(False, regexMode=regexMode)
|
||||||
parse_result = myParser.parse(title)
|
parse_result = myParser.parse(title)
|
||||||
except InvalidNameException:
|
except InvalidNameException:
|
||||||
logger.log(u"Unable to parse the filename " + title + " into a valid episode", logger.WARNING)
|
logger.log(u"Unable to parse the filename " + title + " into a valid episode", logger.WARNING)
|
||||||
|
|
Loading…
Reference in a new issue