From db740b02f5ee656a11a0ae2bb47f27264fd30db4 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Sun, 13 May 2012 15:27:23 -0500 Subject: reports: Fix typo Signed-off-by: Sol Jerome --- src/lib/Bcfg2/Server/Reports/reports/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Bcfg2/Server/Reports') diff --git a/src/lib/Bcfg2/Server/Reports/reports/models.py b/src/lib/Bcfg2/Server/Reports/reports/models.py index 35f2a4393..9a71fb16a 100644 --- a/src/lib/Bcfg2/Server/Reports/reports/models.py +++ b/src/lib/Bcfg2/Server/Reports/reports/models.py @@ -154,7 +154,7 @@ class InteractiveManager(models.Manager): cursor.execute(sql) return [item[0] for item in cursor.fetchall()] except: - '''FIXME - really need some error hadling''' + '''FIXME - really need some error handling''' pass return [] -- cgit v1.2.3-1-g7c22