freebsd-ports/www/py-puppetboard02/files/patch-puppetboard_app.py
Mathieu Arnold aa1ca03dda Remove svn keywords from patches.
Sponsored by:	Absolight
2017-05-15 15:38:56 +00:00

11 lines
229 B
Python

--- puppetboard/app.py.orig
+++ puppetboard/app.py
@@ -114,7 +114,7 @@
code = 204
description = '<p>No content</p'
-abort.mapping[204] = NoContent
+# abort.mapping[204] = NoContent
try:
@app.errorhandler(204)