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

pep8

parent 328f479b
Branches
Tags
No related merge requests found
......@@ -94,7 +94,8 @@ def load_task_log():
'failed': []
}
for task in monitor.load_task_log(current_app.config['INVENTORY_PROVIDER_CONFIG']).values():
for task in monitor.load_task_log(
current_app.config['INVENTORY_PROVIDER_CONFIG']).values():
for event in task.get('task-warning', []):
result['warnings'].append(event['message'])
for event in task.get('task-error', []):
......
......@@ -35,8 +35,6 @@ LOG_ENTRY_SCHEMA = {
}
def _save_proc(db_queue, params, dbid):
"""
save redis events to a specific db
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment