FIX:(#2255) Fix for semi-colon not being properly handled when parsing the filename

This commit is contained in:
evilhero 2019-04-11 11:09:46 -04:00
parent 57b595e9b1
commit 9fa7ceb709
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ class FileChecker(object):
self.pp_mode = False
self.failed_files = []
self.dynamic_handlers = ['/','-',':','\'',',','&','?','!','+','(',')','\u2014','\u2013']
self.dynamic_handlers = ['/','-',':',';','\'',',','&','?','!','+','(',')','\u2014','\u2013']
self.dynamic_replacements = ['and','the']
self.rippers = ['-empire','-empire-hd','minutemen-','-dcp']