Remove unneeded backslash
This commit is contained in:
parent
3eafdc13d7
commit
32914cfaf8
@ -378,7 +378,7 @@ def get_path_if_valid(pathstr, cwd=None, relative=False, check_exists=False):
|
|||||||
log.url.debug("URL is a local file")
|
log.url.debug("URL is a local file")
|
||||||
except UnicodeEncodeError:
|
except UnicodeEncodeError:
|
||||||
log.url.debug(
|
log.url.debug(
|
||||||
"URL contains characters which are not present in the " \
|
"URL contains characters which are not present in the "
|
||||||
"current locale")
|
"current locale")
|
||||||
path = None
|
path = None
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user