fix regression on ContextOption

This commit is contained in:
gwen 2019-02-08 10:51:38 +01:00
parent dc0ee5132a
commit e2a09320f6
1 changed files with 1 additions and 0 deletions

View File

@ -420,6 +420,7 @@ class ContextOption(_Option):
self.form = form
self.schema = {'properties': schema}
self.temp = temp
self.index = None
def __call__(self,
path: str,