Commit 08ee464f by John Eskew

Temporary debugging info.

parent d21881c8
...@@ -104,6 +104,7 @@ def main(): ...@@ -104,6 +104,7 @@ def main():
import pprint import pprint
debug_msg = "tags_param type: {} - value: {}".format(type(tags_param), pprint.pformat(tags_param)) debug_msg = "tags_param type: {} - value: {}".format(type(tags_param), pprint.pformat(tags_param))
module.log(debug_msg)
tags = {} tags = {}
if isinstance(tags_param, list): if isinstance(tags_param, list):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment