X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Fhoneycomb%2FHoneycombUtil.py;fp=resources%2Flibraries%2Fpython%2Fhoneycomb%2FHoneycombUtil.py;h=f2f012ea9bb0cc6bdc2381ec072dbbdf0982cb3d;hp=2b8e28a5a69d6c24603ea8ab8bcfab177ce63237;hb=e87a07f056891f328b22e97f03f4c3ca5231d681;hpb=19c91adadd57bfc4e7514993b2a711a826d52e04 diff --git a/resources/libraries/python/honeycomb/HoneycombUtil.py b/resources/libraries/python/honeycomb/HoneycombUtil.py index 2b8e28a5a6..f2f012ea9b 100644 --- a/resources/libraries/python/honeycomb/HoneycombUtil.py +++ b/resources/libraries/python/honeycomb/HoneycombUtil.py @@ -338,6 +338,7 @@ class HoneycombUtil(object): base_path = HoneycombUtil.read_path_from_url_file(url_file) path = base_path + path + logger.trace(path) return HTTPRequest.put(node=node, path=path, headers=header, payload=data)