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 2018/09/12 11:41:02 UTC

[kibble-scanners] branch master updated: oops, typo

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


The following commit(s) were added to refs/heads/master by this push:
     new 1beda5d  oops, typo
1beda5d is described below

commit 1beda5dbc71a960d23fc6c7eed1e0a12bb63f89b
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Wed Sep 12 13:40:52 2018 +0200

    oops, typo
---
 src/plugins/scanners/git-census.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/scanners/git-census.py b/src/plugins/scanners/git-census.py
index 5ec0fe7..74f47db 100644
--- a/src/plugins/scanners/git-census.py
+++ b/src/plugins/scanners/git-census.py
@@ -175,7 +175,7 @@ def scan(KibbleBit, source):
                         people[ae]['projects'].append(gname)
 
                 # Make a list of changed files, max 1024
-                filelist = list(touched_files)
+                filelist = list(files_touched)
                 filelist = filelist[:1023]
                 
                 # ES commit documents