captive.whump.shanti-portal/plugins/sample_fail.py

8 lines
117 B
Python
Raw Normal View History

2016-04-18 19:33:30 +00:00
# Sample plugin that fails
def run(arg):
return {
'error': 'Always fails',
'failed': True
}