From e157fd4dd9aa237e78216eed955c9e44eceff6b1 Mon Sep 17 00:00:00 2001 From: Stefan Midjich Date: Mon, 18 Apr 2016 21:33:30 +0200 Subject: [PATCH] fail --- plugins/sample_fail.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 plugins/sample_fail.py diff --git a/plugins/sample_fail.py b/plugins/sample_fail.py new file mode 100644 index 0000000..0e88161 --- /dev/null +++ b/plugins/sample_fail.py @@ -0,0 +1,7 @@ +# Sample plugin that fails + +def run(arg): + return { + 'error': 'Always fails', + 'failed': True + }