diff options
Diffstat (limited to 'opendc/models/datacenter.py')
| -rw-r--r-- | opendc/models/datacenter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc/models/datacenter.py b/opendc/models/datacenter.py index aeb9b3ad..29f8367c 100644 --- a/opendc/models/datacenter.py +++ b/opendc/models/datacenter.py @@ -25,7 +25,7 @@ class Datacenter(Model): try: section = Section.query('datacenter_id', self.id)[0] - except Exception as e: + except: return False # Check the Section's Authorization |
