mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 19:12:26 -05:00
Naming pattern issues resolved.
This commit is contained in:
parent
bc05a9f6fa
commit
ac7198a852
@ -2058,10 +2058,7 @@ class TVEpisode(object):
|
||||
# split off the dirs only, if they exist
|
||||
name_groups = re.split(r'[\\/]', pattern)
|
||||
|
||||
if len(name_groups) == 1:
|
||||
return ''
|
||||
else:
|
||||
return self._format_pattern(os.sep.join(name_groups[:-1]), multi)
|
||||
return self._format_pattern(name_groups[-1], multi)
|
||||
|
||||
def rename(self):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user