Skip to content
Snippets Groups Projects
Commit 759a4067 authored by Rajmund Hruška's avatar Rajmund Hruška
Browse files

Fix: Formatting. (Redmine issue: #7577)

parent 5ac484ac
No related branches found
No related tags found
No related merge requests found
......@@ -270,7 +270,7 @@ class MentatDetmngrScript(mentat.script.fetcher.FetcherScript):
raise pyzenkit.zenscript.ZenScriptException("Invalid detectors file format, expected 'clients' key.")
processed_data = collections.defaultdict(dict)
for client in detectors_file_data['clients']:
det = mentat.datatype.internal.t_detector_record(client, source = detectors_file_type)
det = mentat.datatype.internal.t_detector_record(client, source=detectors_file_type)
self.logger.debug(det)
processed_data[det['name']] = det
return processed_data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment