mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 05:54:25 +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
|
||||
if not first and add_slash:
|
||||
string += os.path.sep
|
||||
string += s
|
||||
string += str(s, errors='replace')
|
||||
first = False
|
||||
return string
|
||||
|
||||
|
||||
Reference in New Issue
Block a user