Fixed error handling
[dmarc.git] / complete.ipynb
index ebd83292bdfb4497720408fab2cc6ea147f66027..4f607a123ec46dd67c014c57f64eefa1298a4175 100644 (file)
     "    return reports"
    ]
   },
-  {
-   "cell_type": "code",
-   "execution_count": 26,
-   "metadata": {
-    "collapsed": false
-   },
-   "outputs": [
-    {
-     "data": {
-      "text/plain": [
-       "[1, 2, 3, 4]"
-      ]
-     },
-     "execution_count": 26,
-     "metadata": {},
-     "output_type": "execute_result"
-    }
-   ],
-   "source": [
-    "xs = [1, 2, 3]\n",
-    "x = 4\n",
-    "if x: xs += [x]\n",
-    "xs"
-   ]
-  },
   {
    "cell_type": "code",
    "execution_count": 5,