Make 'version' required
This commit is contained in:
@@ -14,7 +14,7 @@ import logging
|
|||||||
|
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|
||||||
REQUIRED_KEYS = set(['name', 'blender'])
|
REQUIRED_KEYS = set(['name', 'blender', 'version'])
|
||||||
SCHEMA_VERSION = 1
|
SCHEMA_VERSION = 1
|
||||||
|
|
||||||
def report(msg):
|
def report(msg):
|
||||||
|
Reference in New Issue
Block a user