Remove unneeded backslash

This commit is contained in:
Florian Bruhin 2017-11-07 11:17:18 +01:00
parent 3eafdc13d7
commit 32914cfaf8

View File

@ -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")
except UnicodeEncodeError:
log.url.debug(
"URL contains characters which are not present in the " \
"URL contains characters which are not present in the "
"current locale")
path = None