Skip to content

Commit 4fde536

Browse files
committed
Make the plugin compatible with PyCharm 2023.3
#5
1 parent 8be40cb commit 4fde536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pydevd_plugins/extensions/pydevd_plugin_odoo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def get_dictionary(self, obj):
4343
return d
4444
return defaultResolver.get_dictionary(obj)
4545

46-
def get_str(self, val):
46+
def get_str(self, val, do_trim=True):
4747
s = str(val)
4848
if len(val) == 1:
4949
fname = getattr(val, '_rec_name', None)

0 commit comments

Comments
 (0)