From 5211c407ffac0cee358f7c82ca9bec5cfba4df58 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Fri, 30 Oct 2015 15:48:29 -0400 Subject: [PATCH] Add license checking to Quay Based off of mjibson's changes Fixes #499 --- util/config/provider/baseprovider.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/util/config/provider/baseprovider.py b/util/config/provider/baseprovider.py index 18dd13add..5b8f56310 100644 --- a/util/config/provider/baseprovider.py +++ b/util/config/provider/baseprovider.py @@ -110,5 +110,3 @@ class BaseProvider(object): msg = 'Could not open license file. Please make sure it is in your config volume.' raise LicenseError(msg) - -