mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-21 17:13:42 +00:00
Fix for sports naming issues
This commit is contained in:
parent
99bbd0649c
commit
ba660a1942
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ def validate_name(pattern, multi=None, file_only=False, abd=False, sports=False)
|
||||||
logger.log(u"Trying to parse " + new_name, logger.DEBUG)
|
logger.log(u"Trying to parse " + new_name, logger.DEBUG)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
result = parser.parse(new_name)
|
result = parser.parse(new_name, regexMode)
|
||||||
except InvalidNameException:
|
except InvalidNameException:
|
||||||
logger.log(u"Unable to parse " + new_name + ", not valid", logger.DEBUG)
|
logger.log(u"Unable to parse " + new_name + ", not valid", logger.DEBUG)
|
||||||
return False
|
return False
|
||||||
|
|
Loading…
Reference in a new issue