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:09 UTC

[45/50] [abbrv] incubator-spot git commit: Fixed json error in proxy edge notebook

Fixed json error in proxy edge notebook


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

Branch: refs/heads/SPOT-35_graphql_api
Commit: dcb4224b1cae8330286ccc57fb554ece26347e66
Parents: 4ff1937
Author: LedaLima <le...@apache.org>
Authored: Fri Mar 10 17:56:34 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/dcb4224b/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 0fad18f..b20c65e 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",