You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spot.apache.org by na...@apache.org on 2017/09/26 22:41:09 UTC

[06/50] [abbrv] incubator-spot git commit: Fixed undeclared variable error in gti.py

Fixed undeclared variable error in gti.py


Project: http://git-wip-us.apache.org/repos/asf/incubator-spot/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spot/commit/ab11e8c8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spot/tree/ab11e8c8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spot/diff/ab11e8c8

Branch: refs/heads/SPOT-181_ODM
Commit: ab11e8c8a00b137aafff60c85cadc5edb8150020
Parents: 731279f
Author: LedaLima <ga...@intel.com>
Authored: Fri Jul 21 15:01:27 2017 -0500
Committer: LedaLima <ga...@intel.com>
Committed: Fri Jul 21 15:15:03 2017 -0500

----------------------------------------------------------------------
 spot-oa/oa/components/reputation/gti/gti.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spot/blob/ab11e8c8/spot-oa/oa/components/reputation/gti/gti.py
----------------------------------------------------------------------
diff --git a/spot-oa/oa/components/reputation/gti/gti.py b/spot-oa/oa/components/reputation/gti/gti.py
index 0e2147f..473ccbd 100644
--- a/spot-oa/oa/components/reputation/gti/gti.py
+++ b/spot-oa/oa/components/reputation/gti/gti.py
@@ -88,6 +88,7 @@ class Reputation(object):
             responses += self._call_gti(command, len(queries))
         
         ip_counter = 0
+        category_name_group = ""
         for query_resp in responses: 
             if self.AFLAG_KEY in query_resp or self.REP_KEY not in query_resp :
                 reputation_dict[values[ip_counter]] = self._get_reputation_label(self.DEFAULT_REP)