Fixes discrepancies with IM related to monitoring params
[osm/POL.git] / osm_policy_module / core / database.py
index e522b8d..7702cfd 100644 (file)
@@ -75,5 +75,5 @@ class DatabaseManager:
             db.connect()
             db.create_tables([ScalingGroup, ScalingPolicy, ScalingCriteria, ScalingAlarm])
             db.close()
-        except Exception as e:
+        except Exception:
             log.exception("Error creating tables: ")