-
Notifications
You must be signed in to change notification settings - Fork 56
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
[FIX] util/helpers: return on empty path #106
Conversation
Avoid issues if the caller pass a `None` object.
2fcb773
to
1ad7d6b
Compare
upgradeci retry with always only hr |
@robodoo r+ p=1 |
@KangOl unknown command 'p'. For your own safety I've ignored everything in your entire comment. Currently available commands:
Note: this help text is dynamic and will change with the state of the PR. |
@robodoo r+ priority |
@robodoo r+ priority cancel=staging |
This PR is already reviewed, reviewing it again is useless. |
Avoid issues if the caller pass a `None` object. closes #106 Signed-off-by: Christophe Simonis (chs) <[email protected]>
These changes have apparently caused migration issues. We had a production release that is now failing due to this, this needs to be resolved quickly please. Ticket Odoo: https://www.odoo.com/es_ES/my/tasks/4033742 Traceback: 2024-07-05 21:29:21,347 25 ERROR db_1790778 odoo.sql_db: bad query: 2024-07-05 21:29:21,349 25 WARNING db_1790778 odoo.modules.loading: Transient module states were reset help me, please @pauloamed @andreabak |
Hello @desdelinux I appologise for the inconvenience. It seems like you found a workaround to avoid the traceback and your production upgrade in progress. Could you confirm us if everything okay with this at the moment or if you need our intervention on the matter? Have a nice day! |
Avoid issues if the caller pass a
None
object.