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: foo


From: gnunet
Subject: [GNUnet-SVN] [libextractor-python] branch master updated: foo
Date: Sun, 17 Jun 2018 16:23:37 +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 d7b35fc  foo
d7b35fc is described below

commit d7b35fc2672855a9494fdde0f2c04f0f77f8198a
Author: Nils Gillmann <address@hidden>
AuthorDate: Sun Jun 17 14:24:09 2018 +0000

    foo
    
    Signed-off-by: Nils Gillmann <address@hidden>
---
 libextractor/examples/__main__.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libextractor/examples/__main__.py 
b/libextractor/examples/__main__.py
index 43c0ca2..746a63a 100644
--- a/libextractor/examples/__main__.py
+++ b/libextractor/examples/__main__.py
@@ -56,7 +56,8 @@ def print_k(xt, plugin, type, format, mime, data, datalen):
     # (in general, depending on the mime type and format, only
     # the first 'datalen' bytes in 'data' should be used).
     if (format == extractor.EXTRACTOR_METAFORMAT_UTF8):
-        # print("%s - %s" % (xtract.keywordTypes()[type], mstr.value))
+        print("%s - %s" % (xtract.keywordTypes()[type], mstr.value))
+        # DEBUGGING OUTPUT + LOG:
         logger.debug("%s - %s" % (xtract.keywordTypes()[type], mstr.value))
     return 0
 

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



reply via email to

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