add validation upon mandatory options function
This commit is contained in:
parent
f5975777b9
commit
f393854baa
|
@ -543,4 +543,6 @@ def mandatory_warnings(config):
|
||||||
value = getattr(config, path)
|
value = getattr(config, path)
|
||||||
except MandatoryError:
|
except MandatoryError:
|
||||||
yield path
|
yield path
|
||||||
|
except:
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue