mirror of
https://codeberg.org/prof_x_pvt_ltd/captive.whump.shanti-portal
synced 2024-08-14 22:46:42 +00:00
fail
This commit is contained in:
parent
93b6ca686e
commit
e157fd4dd9
1 changed files with 7 additions and 0 deletions
7
plugins/sample_fail.py
Normal file
7
plugins/sample_fail.py
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# Sample plugin that fails
|
||||||
|
|
||||||
|
def run(arg):
|
||||||
|
return {
|
||||||
|
'error': 'Always fails',
|
||||||
|
'failed': True
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue