845 except Exception: |
845 except Exception: |
846 exc_type, exc_value, exc_tb = sys.exc_info() |
846 exc_type, exc_value, exc_tb = sys.exc_info() |
847 self.sendJsonCommand("ResponseUTPrepared", { |
847 self.sendJsonCommand("ResponseUTPrepared", { |
848 "count": 0, |
848 "count": 0, |
849 "exception": exc_type.__name__, |
849 "exception": exc_type.__name__, |
850 "message": str(exc_value) + "\n" + str(params), |
850 "message": str(exc_value) + "<br/>" + str(params), |
851 }) |
851 }) |
852 return |
852 return |
853 |
853 |
854 # generate a coverage object |
854 # generate a coverage object |
855 if params["coverage"]: |
855 if params["coverage"]: |