mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 02:26:53 -07:00
Fix3 (#1637)
* add singular fork detection for multiple runs. Fixes #1637 * Add newly identified fork variants #1630 #1637 * remove encoding of paths. #1637 #1582
This commit is contained in:
parent
f21e18b1bf
commit
8ba8caf021
6 changed files with 10 additions and 45 deletions
|
@ -26,10 +26,6 @@ def sanitize_name(name):
|
|||
|
||||
# remove leading/trailing periods and spaces
|
||||
name = name.strip(' .')
|
||||
# try:
|
||||
# name = name.encode(core.SYS_ENCODING)
|
||||
# except Exception:
|
||||
# pass
|
||||
|
||||
return name
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue