Skip to content

Commit

Permalink
Make the plugin compatible with PyCharm 2023.3
Browse files Browse the repository at this point in the history
  • Loading branch information
trinhanhngoc committed Nov 5, 2023
1 parent 8be40cb commit 4fde536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pydevd_plugins/extensions/pydevd_plugin_odoo.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def get_dictionary(self, obj):
return d
return defaultResolver.get_dictionary(obj)

def get_str(self, val):
def get_str(self, val, do_trim=True):
s = str(val)
if len(val) == 1:
fname = getattr(val, '_rec_name', None)
Expand Down

0 comments on commit 4fde536

Please sign in to comment.