gnucash maint: Multiple changes pushed

Frank H.Ellenberger fell at code.gnucash.org
Wed Aug 4 14:52:22 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/b31b8dbd (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5f721614 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/3ed6b4da (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ba4852a9 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ad3895fa (commit)
	from  https://github.com/Gnucash/gnucash/commit/a5edacf0 (commit)



commit b31b8dbd1eaf461f4471fcfa055562b6566d3511
Merge: a5edacf0f 5f721614a
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Wed Aug 4 20:15:39 2021 +0200

    Merge PR #1103 into maint

commit 5f721614ad08ee10d1f102382cb4fd252dfbf99b
Author: Steven Walter <stevenrwalter at gmail.com>
Date:   Sun Aug 1 22:29:00 2021 -0400

    Remove unneeded .decode() from Invoice*.tex.templ
    
    These values are already str's, don't decode them

commit 3ed6b4dab9d8635c4e7616e2c135af683e29f768
Author: Steven Walter <stevenrwalter at gmail.com>
Date:   Sun Aug 1 22:17:41 2021 -0400

    latex_invoices.py: write takes string not bytes
    
    write() fails if you give it bytes, so don't encode

commit ba4852a9da5912af5441facc7c7e5e7684332c2c
Author: Steven Walter <stevenrwalter at gmail.com>
Date:   Sun Aug 1 22:17:11 2021 -0400

    latex_invoices.py: use default locale
    
    Don't hardcode a locale.  Empty string means to use the user's locale
    (e.g. $LANG)

commit ad3895fa07a6c7cd8ce1d16d88dbeef6e5fc6cff
Author: Steven Walter <stevenrwalter at gmail.com>
Date:   Sun Aug 1 22:16:33 2021 -0400

    latex_invoices.py: don't decode() a str
    
    These functions all return str's not bytes.  Therefore there is no need
    to decode them.



Summary of changes:
 bindings/python/example_scripts/Invoice.tex.tmpl   | 12 ++++++------
 bindings/python/example_scripts/Invoice_2.tex.tmpl | 12 ++++++------
 bindings/python/example_scripts/latex_invoices.py  | 19 +++++++++----------
 3 files changed, 21 insertions(+), 22 deletions(-)



More information about the gnucash-patches mailing list