This commit is contained in:
Stefan Midjich 2016-04-18 21:33:30 +02:00
parent 93b6ca686e
commit e157fd4dd9

7
plugins/sample_fail.py Normal file
View file

@ -0,0 +1,7 @@
# Sample plugin that fails
def run(arg):
return {
'error': 'Always fails',
'failed': True
}