Pārlūkot izejas kodu

Merge pull request #66 from algoo/buxx-patch-1

Damien Accorsi 6 gadus atpakaļ
vecāks
revīzija
5e39b8c64b
Revīzijas autora e-pasts nav piesaistīts nevienam kontam
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      hapic/decorator.py

+ 1 - 1
hapic/decorator.py Parādīt failu

@@ -437,7 +437,7 @@ class ExceptionHandlerControllerWrapper(ControllerWrapper):
437 437
                 )
438 438
 
439 439
             error_response = self.context.get_response(
440
-                json.dumps(response_content),
440
+                json.dumps(dumped),
441 441
                 self.http_code,
442 442
             )
443 443
             return error_response