add validation upon mandatory options function

This commit is contained in:
gwen 2012-07-24 16:54:06 +02:00
parent f5975777b9
commit f393854baa
1 changed files with 3 additions and 1 deletions

View File

@ -543,4 +543,6 @@ def mandatory_warnings(config):
value = getattr(config, path)
except MandatoryError:
yield path
except:
pass