mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Fixed a minor error with removing of force_unicode
This commit is contained in:
@@ -93,7 +93,7 @@ def _add_strings(context, nodes, add_slash=False):
|
|||||||
return None
|
return None
|
||||||
if not first and add_slash:
|
if not first and add_slash:
|
||||||
string += os.path.sep
|
string += os.path.sep
|
||||||
string += s
|
string += str(s, errors='replace')
|
||||||
first = False
|
first = False
|
||||||
return string
|
return string
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user