This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
pvlking
/
zfsafe
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9
Commits
1
Branch
0
Tags
1.1 MiB
Python
44.8%
JavaScript
29.7%
HTML
13%
CSS
12.5%
Tree:
d075ede8b3
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'd075ede8b3'
${ noResults }
zfsafe
/
web
/
common
/
errors.py
4 lines
88 B
Raw
Blame
History
from
quart
import
jsonify
def
handle_error
(
e
)
:
return
jsonify
(
{
'
error
'
:
str
(
e
)
}
)
,
500
Reference in new issue