瀏覽代碼

Do not catch generic exception (catch it above)

Alois Mahdal 11 年之前
父節點
當前提交
7e5274a3dc
共有 1 個檔案被更改,包括 0 行新增3 行删除
  1. 0
    3
      lib/htlogr.py

+ 0
- 3
lib/htlogr.py 查看文件

@@ -66,9 +66,6 @@ class htlogr:
66 66
         except httplib.BadStatusLine as e:
67 67
             return_msg = ("httplib does not like this line:\n\n    %s"
68 68
                           % e.line)
69
-        except:
70
-            return_msg = ("something bad happened. We don't know what"
71
-                          " but we know it's bad")
72 69
         return return_msg
73 70
 
74 71
     def data(self, data, tag=None, i=None):