mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
fixup! PY-75638 Debugger trims value copy of a variable
(cherry picked from commit 17fc391ec1ae7f3bf3110ef34aa307298e92a04b) IJ-MR-150450 GitOrigin-RevId: 837b356b28c4c86ded67fff8569e1ab398d8f5c3
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a3d2a5be84
commit
3fca8d0790
@@ -158,7 +158,7 @@ if IS_PY3K:
|
|||||||
if self.do_trim:
|
if self.do_trim:
|
||||||
return super().repr_str(x, level)
|
return super().repr_str(x, level)
|
||||||
else:
|
else:
|
||||||
return f"'{x}'"
|
return "'{x}'".format(x=x)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user