From e2b832878a70478add4859f6f17039be9474b749 Mon Sep 17 00:00:00 2001 From: Tim Laszlo Date: Tue, 5 Jun 2012 07:26:14 -0500 Subject: Replace UpdaterError with UpdaterRoutineException --- src/lib/Bcfg2/Server/Reports/Updater/Routines.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Bcfg2/Server/Reports') diff --git a/src/lib/Bcfg2/Server/Reports/Updater/Routines.py b/src/lib/Bcfg2/Server/Reports/Updater/Routines.py index b500fd0a6..edb21c321 100644 --- a/src/lib/Bcfg2/Server/Reports/Updater/Routines.py +++ b/src/lib/Bcfg2/Server/Reports/Updater/Routines.py @@ -57,7 +57,7 @@ def _rebuild_sqlite_table(model): cursor.execute('DROP TABLE %s;' % tmp_tbl_name) except DatabaseError: logger.error("Failed to rebuild sqlite table %s" % table_name, exc_info=1) - raise UpdaterError + raise UpdaterRoutineException class UpdaterRoutineException(Exception): -- cgit v1.2.3-1-g7c22