handle errors more gracefully in the web ui. Display a real explanation if possible.
This commit is contained in:
parent
6d3977ee62
commit
3dc2eb581e
4 changed files with 141 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ Alias /koji "/usr/share/koji-web/scripts/"
|
|||
<Directory "/usr/share/koji-web/scripts/">
|
||||
# Config for the publisher handler
|
||||
SetHandler mod_python
|
||||
PythonHandler mod_python.publisher
|
||||
PythonHandler publisher
|
||||
|
||||
# General settings
|
||||
PythonDebug On
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue