You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by hu...@apache.org on 2017/10/21 08:53:42 UTC

[kibble-scanners] 02/02: use KibbleBit.pprint here

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble-scanners.git

commit e5d47dac85fa5d8a94834b2054399a97b54fa212
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Sat Oct 21 10:53:32 2017 +0200

    use KibbleBit.pprint here
---
 src/plugins/scanners/github-issues.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/scanners/github-issues.py b/src/plugins/scanners/github-issues.py
index a481976..e54f553 100644
--- a/src/plugins/scanners/github-issues.py
+++ b/src/plugins/scanners/github-issues.py
@@ -123,7 +123,7 @@ def scan(KibbleBit, source):
         creds = source['creds']
         if creds and 'username' in creds:
             auth = (creds['username'], creds['password'])
-    print("Scanning for GitHub issues")
+    KibbleBit.pprint("Scanning for GitHub issues")
     source['steps']['issues'] = {
             'time': time.time(),
             'status': 'Issue scan started at ' + time.strftime("%a, %d %b %Y %H:%M:%S +0000", time.gmtime()),

-- 
To stop receiving notification emails like this one, please contact
"commits@kibble.apache.org" <co...@kibble.apache.org>.