[git] GPGME - branch, master, updated. gpgme-1.11.1-88-g0e760e3

by Ben McGinnes cvs at cvs.gnupg.org
Tue Jul 10 05:41:52 CEST 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".

The branch, master has been updated
       via  0e760e396fbf13e902d0dc0c048bff0d5410fa16 (commit)
      from  1eceacaff4ad5d6a4b759a7d00907dbc8278f12c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0e760e396fbf13e902d0dc0c048bff0d5410fa16
Author: Ben McGinnes <ben at adversary.org>
Date:   Tue Jul 10 13:40:18 2018 +1000

    example scripts: python work-arounds
    
    * fixed three typos which were guaranteed to break said script.

diff --git a/lang/python/examples/howto/temp-homedir-config.py b/lang/python/examples/howto/temp-homedir-config.py
index 3bb5cf3..1111fe2 100755
--- a/lang/python/examples/howto/temp-homedir-config.py
+++ b/lang/python/examples/howto/temp-homedir-config.py
@@ -91,17 +91,17 @@ else:
 userdir = os.path.expanduser("~")
 
 if new_homedir.startswith("~"):
-    new_homdir.replace("~", "")
+    new_homedir.replace("~", "")
 else:
     pass
 
 if new_homedir.startswith("/"):
-    new_homdir.replace("/", "")
+    new_homedir.replace("/", "")
 else:
     pass
 
 if new_homedir.startswith("."):
-    new_homdir.replace(".", "_")
+    new_homedir.replace(".", "_")
 else:
     pass
 

-----------------------------------------------------------------------

Summary of changes:
 lang/python/examples/howto/temp-homedir-config.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list