This commit is contained in:
Stefan Midjich 2016-04-18 21:33:30 +02:00
parent 93b6ca686e
commit e157fd4dd9
1 changed files with 7 additions and 0 deletions

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
}