[FIX] *: enforce 1 newline on files end

Part-of: odoo/documentation#2978
This commit is contained in:
Victor Feyens
2022-11-17 16:18:36 +00:00
parent be0a995e21
commit 4af7600805
221 changed files with 185 additions and 241 deletions

View File

@@ -514,4 +514,4 @@ A python implementation of the full flow can be found :download:`here <extract_a
.. |STATUS_CODE| replace:: The code indicating the status of the request. ``status_code`` is 0 in case of success. Other ``status_code`` are detailed in the table below.
.. |STATUS_MSG| replace:: A string giving verbose details about the request status.
.. |STATUS_MSG| replace:: A string giving verbose details about the request status.

View File

@@ -98,4 +98,4 @@ response = jsonrpc("/iap/invoice_extract/validate", params)
if response['result']['status_code'] == SUCCESS:
print("/validate call status: Success")
else:
print("/validate call status: wrong format")
print("/validate call status: wrong format")