remove unused strip
This commit is contained in:
parent
f61fe41850
commit
551804ad50
@ -106,8 +106,7 @@ class ComicFilenameParser:
|
|||||||
if require_all:
|
if require_all:
|
||||||
return
|
return
|
||||||
continue
|
continue
|
||||||
# TODO idk if strip is necessary here
|
matched_metadata[key] = value
|
||||||
matched_metadata[key] = self._grouping_operators_strip(value)
|
|
||||||
if first_only:
|
if first_only:
|
||||||
break
|
break
|
||||||
self.metadata.update(matched_metadata)
|
self.metadata.update(matched_metadata)
|
||||||
|
Loading…
Reference in New Issue
Block a user