Quota setting shouldn't have to be required

* This is part of a larger issue that needs to be addressed
  but for now just fixing this gets around the problem I'm
  running into.

Change-Id: I0b4d7897293708181e21d9b5ef473f257bdf7f5c
This commit is contained in:
adrian-turjak 2017-06-29 17:26:30 +12:00
parent 13cec7cf5e
commit 4dadabd13d
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ PLUGIN_SETTINGS = CONFIG.get('PLUGIN_SETTINGS', {})
ROLES_MAPPING = CONFIG['ROLES_MAPPING']
PROJECT_QUOTA_SIZES = CONFIG['PROJECT_QUOTA_SIZES']
PROJECT_QUOTA_SIZES = CONFIG.get('PROJECT_QUOTA_SIZES')
# Defaults for backwards compatibility.
ACTIVE_TASKVIEWS = CONFIG.get(