mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 13:23:18 -07:00
Fix crash of remote_path exception. #1223
This commit is contained in:
parent
472dd8c2c7
commit
52cae37609
1 changed files with 1 additions and 1 deletions
|
@ -782,7 +782,7 @@ def process(input_directory, input_name=None, status=0, client_agent='manual', d
|
||||||
)
|
)
|
||||||
except Exception:
|
except Exception:
|
||||||
logger.error('Remote Path {0} is not valid for {1}:{2} Please set this to either 0 to disable or 1 to enable!'.format(
|
logger.error('Remote Path {0} is not valid for {1}:{2} Please set this to either 0 to disable or 1 to enable!'.format(
|
||||||
core.get('remote_path'), section_name, input_category))
|
cfg.get('remote_path'), section_name, input_category))
|
||||||
|
|
||||||
input_name, input_directory = convert_to_ascii(input_name, input_directory)
|
input_name, input_directory = convert_to_ascii(input_name, input_directory)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue