Skip to content
Snippets Groups Projects
Commit a15d91b9 authored by Erik Reid's avatar Erik Reid
Browse files

pep8

parent a047f187
No related branches found
No related tags found
No related merge requests found
......@@ -176,8 +176,9 @@ def update_geant_lambdas():
with db.connection(InventoryTask.config["ops-db"]) as cx:
rp = r.pipeline()
for ld in opsdb.get_geant_lambdas(cx):
rp.set('opsdb:geant_lambdas:%s' % ld['name'].lower(),
json.dumps(ld))
rp.set(
'opsdb:geant_lambdas:%s' % ld['name'].lower(),
json.dumps(ld))
rp.execute()
logger.debug('<<< geant_lambdas')
......
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