You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spot.apache.org by ev...@apache.org on 2017/03/29 16:52:13 UTC

[49/50] [abbrv] incubator-spot git commit: Removed proxy scored connections from the list

Removed proxy scored connections from the list


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

Branch: refs/heads/SPOT-35_graphql_api
Commit: 548eb17b65e7ca769379604af8862fc12bbf6664
Parents: 550ba31
Author: LedaLima <le...@apache.org>
Authored: Fri Mar 10 11:35:53 2017 -0600
Committer: Diego Ortiz Huerta <di...@intel.com>
Committed: Wed Mar 15 11:51:23 2017 -0700

----------------------------------------------------------------------
 spot-oa/oa/proxy/ipynb_templates/Edge_Investigation_master.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spot/blob/548eb17b/spot-oa/oa/proxy/ipynb_templates/Edge_Investigation_master.ipynb
----------------------------------------------------------------------
diff --git a/spot-oa/oa/proxy/ipynb_templates/Edge_Investigation_master.ipynb b/spot-oa/oa/proxy/ipynb_templates/Edge_Investigation_master.ipynb
index b20c65e..0fad18f 100644
--- a/spot-oa/oa/proxy/ipynb_templates/Edge_Investigation_master.ipynb
+++ b/spot-oa/oa/proxy/ipynb_templates/Edge_Investigation_master.ipynb
@@ -102,7 +102,7 @@
     "    \n",
     "    scored = []\n",
     "    for item in score_values:\n",
-    "        scored.append(urllib.quote_plus(item[0]))\n",
+    "	     scored.append(urllib.quote_plus(item[0]))\n",
     "        \n",
     "    if not 'errors' in response: \n",
     "        for row in response['data']['proxy']['suspicious']:\n",