-
Notifications
You must be signed in to change notification settings - Fork 24
debug: add keyword to evaluation context #536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 7.6-patches
Are you sure you want to change the base?
debug: add keyword to evaluation context #536
Conversation
coopengo_modules/debug/debug.py
Outdated
| list_args = list(*args) if len(args) == 1 else list(args) | ||
| str_values = list_args[1] if len( | ||
| list_args[1:]) == 1 else tuple(list_args[1:]) | ||
| return list_args[0] % str_values |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
c'est quoi le cas d'usage de cette méthode ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pretty_sql(cls.search([], query=True))
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cette implémentation était overkilled. Je suis revenu sur la version standard.
Fix #PJAZZ-3825
https://coopengo.atlassian.net/browse/PJAZZ-3825