alorence / django-modern-rpc

Simple XML-RPC and JSON-RPC server for modern Django
http://django-modern-rpc.rtfd.io
MIT License
98 stars 17 forks source link

Update jsonhandler.py #14

Closed sergio-bershadsky closed 7 years ago

sergio-bershadsky commented 7 years ago

Safer data attribute extract from exception

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 25e956efe742b7d2a3e9a9ab4e804c699823480c on nikitinsm:patch-1 into c37539a2b87c05b12038fe917ba94b20449b5de1 on alorence:master.

alorence commented 7 years ago

Thanks for the contribution

codecov[bot] commented 7 years ago

Codecov Report

Merging #14 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #14   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          43     43           
  Lines        2225   2225           
=====================================
  Hits         2225   2225
Impacted Files Coverage Δ
modernrpc/handlers/jsonhandler.py 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c37539a...25e956e. Read the comment docs.