aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Robin Obůrka <r.oburka@gmail.com> 2016-04-10 17:44:01 +0200
committerGravatar Robin Obůrka <r.oburka@gmail.com> 2016-04-10 17:44:01 +0200
commit6c358e8e0011c4d26f7cd80d6ae6d1f11e59406d (patch)
tree612977f67a13e12a09f0e7f74e4614d33ed31a93
parentFix author in documentation (diff)
downloadansible-uci-6c358e8e0011c4d26f7cd80d6ae6d1f11e59406d.tar.xz
Improve error message
-rw-r--r--uci.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/uci.py b/uci.py
index 1093252..35254b7 100644
--- a/uci.py
+++ b/uci.py
@@ -284,7 +284,7 @@ def main():
module.fail_json(msg="Section doesn't exist.")
else:
- module.fail_json(msg="There is some bug in logic")
+ module.fail_json(msg="There is some bug in logic. Please report it.")
# import module snippets