Skip to content

Commit

Permalink
[IMP] pre-commit adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
psugne committed Oct 10, 2024
1 parent 3db9d25 commit 46088c6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion base_multi_image/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Contributors
- Shepilov Vladislav <[email protected]>
- `Greenice <https://www.greenice.com>`__:
- Fernando La Chica <[email protected]>
- Ugne Sinkeviciene <[email protected]>
- Ugnė Sinkevičienė <[email protected]>

Other credits
-------------
Expand Down
2 changes: 1 addition & 1 deletion base_multi_image/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def post_init_hook_for_submodules(cr, model, field):
with cr.savepoint():
column_exists = table_has_column(cr, table, field)
if column_exists:
cr.execute("SELECT id FROM %(table)s WHERE %(field)s IS NOT NULL") # pylint: disable=sql-injection
cr.execute("SELECT id FROM %(table)s WHERE %(field)s IS NOT NULL")
else:
cr.execute(
"""
Expand Down
2 changes: 1 addition & 1 deletion base_multi_image/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
- Shepilov Vladislav \<<[email protected]>\>
- [Greenice](https://www.greenice.com):
- Fernando La Chica \<<[email protected]>\>
- Ugne Sinkeviciene \<<[email protected]>\>
- Ugnė Sinkevičienė \<<[email protected]>\>
2 changes: 1 addition & 1 deletion base_multi_image/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ <h2><a class="toc-backref" href="#toc-entry-8">Contributors</a></h2>
<li>Shepilov Vladislav &lt;<a class="reference external" href="mailto:shepilov.v&#64;protonmail.com">shepilov.v&#64;protonmail.com</a>&gt;</li>
<li><a class="reference external" href="https://www.greenice.com">Greenice</a>:</li>
<li>Fernando La Chica &lt;<a class="reference external" href="mailto:fernandolachica&#64;gmail.com">fernandolachica&#64;gmail.com</a>&gt;</li>
<li>Ugne Sinkeviciene &lt;<a class="reference external" href="mailto:ugne&#64;versada.eu">ugne&#64;versada.eu</a>&gt;</li>
<li>Ugnė Sinkevičienė &lt;<a class="reference external" href="mailto:ugne&#64;versada.eu">ugne&#64;versada.eu</a>&gt;</li>
</ul>
</div>
<div class="section" id="other-credits">
Expand Down

0 comments on commit 46088c6

Please sign in to comment.