gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libextractor-python] branch master updated: +


From: gnunet
Subject: [GNUnet-SVN] [libextractor-python] branch master updated: +
Date: Mon, 18 Jun 2018 12:12:07 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository libextractor-python.

The following commit(s) were added to refs/heads/master by this push:
     new cabe35c  +
cabe35c is described below

commit cabe35c8f99e7bc1b2bfa9aeec4c846eca2b85ee
Author: Nils Gillmann <address@hidden>
AuthorDate: Mon Jun 18 10:12:39 2018 +0000

    +
    
    Signed-off-by: Nils Gillmann <address@hidden>
---
 libextractor/extractor.py | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/libextractor/extractor.py b/libextractor/extractor.py
index efb20f9..f97f763 100644
--- a/libextractor/extractor.py
+++ b/libextractor/extractor.py
@@ -205,5 +205,8 @@ class Extractor(object):
 
 
 if __name__ == "__main__":
-    import doctest
-    doctest.testmod()
+    try:
+        import doctest
+        doctest.testmod()
+    except Exception as e:
+        print(e)

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]