diff options
author | Robin Obůrka <r.oburka@gmail.com> | 2016-04-10 17:44:01 +0200 |
---|---|---|
committer | Robin Obůrka <r.oburka@gmail.com> | 2016-04-10 17:44:01 +0200 |
commit | 6c358e8e0011c4d26f7cd80d6ae6d1f11e59406d (patch) | |
tree | 612977f67a13e12a09f0e7f74e4614d33ed31a93 /uci.py | |
parent | Fix author in documentation (diff) | |
download | ansible-uci-6c358e8e0011c4d26f7cd80d6ae6d1f11e59406d.tar.xz |
Improve error message
Diffstat (limited to 'uci.py')
-rw-r--r-- | uci.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |