Skip to content
Snippets Groups Projects
Commit 77a5cae1 authored by Stephen C Phillips's avatar Stephen C Phillips
Browse files

Formatting improvements

parent f12facd0
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ def telegraf_agent_config(request): ...@@ -39,7 +39,7 @@ def telegraf_agent_config(request):
:return: the python object representing the read YAML file :return: the python object representing the read YAML file
""" """
rspec = pkg_resources.resource_filename('clmctest', 'rspec.json') rspec = pkg_resources.resource_filename('clmctest', 'rspec.json')
print("rspec file: {0}".format(rspec)) print("\nrspec file: {0}".format(rspec))
with open(rspec, 'r') as stream: with open(rspec, 'r') as stream:
data_loaded = json.load(stream) data_loaded = json.load(stream)
return data_loaded return data_loaded
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment