proxywatchd: remove bogus blanket exception handler
this would catch *any* exception, including typos
This commit is contained in:
@@ -111,9 +111,6 @@ class WorkerJob():
|
|||||||
|
|
||||||
except KeyboardInterrupt as e:
|
except KeyboardInterrupt as e:
|
||||||
raise(e)
|
raise(e)
|
||||||
except:
|
|
||||||
fail_inc = fail_inc + 1
|
|
||||||
return None, None, None, None, None, fail_inc
|
|
||||||
|
|
||||||
return None, None, None, None, None, fail_inc
|
return None, None, None, None, None, fail_inc
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user