Skip to content

Commit

Permalink
pep8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kormoc committed Jan 5, 2015
1 parent 6759358 commit e75a9ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/collectors/postgres/postgres.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ def collect(self):
# Iterate every QueryStats class
for metric_name in set(metrics):
if metric_name not in metrics_registry:
self.log.error('metric_name %s not found in metric registry' % metric_name)
self.log.error(
'metric_name %s not found in metric registry' % metric_name)
continue

for dbase in dbs:
Expand Down

0 comments on commit e75a9ab

Please sign in to comment.