gnucash maint: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Thu May 3 14:17:58 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/85e0a737 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/07a54858 (commit)
	from  https://github.com/Gnucash/gnucash/commit/075c0c4d (commit)



commit 85e0a73739009c15bc681d961445759286578ad3
Merge: 075c0c4 07a5485
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Thu May 3 19:07:36 2018 +0200

    Merge branch 'patch-1' of https://github.com/fkoester/gnucash into maint


commit 07a54858141dcaf5dcfa1a16a6d3e482997d22e6
Author: Fabian Köster <mail at fabian-koester.com>
Date:   Wed Apr 18 17:45:24 2018 +0200

    Fix syntax

diff --git a/bindings/python/example_scripts/rest-api/gnucash_rest.py b/bindings/python/example_scripts/rest-api/gnucash_rest.py
index 5444b98..3ee4ad8 100644
--- a/bindings/python/example_scripts/rest-api/gnucash_rest.py
+++ b/bindings/python/example_scripts/rest-api/gnucash_rest.py
@@ -1858,7 +1858,7 @@ class Error(Exception):
 try:
     options, arguments = getopt.getopt(sys.argv[1:], 'nh:', ['host=', 'new='])
 except getopt.GetoptError as err:
-    print(str(err) # will print something like "option -a not recognized")
+    print(str(err)) # will print something like "option -a not recognized"
     print('Usage: python-rest.py <connection string>')
     sys.exit(2)
 



Summary of changes:
 bindings/python/example_scripts/rest-api/gnucash_rest.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list