Changed "worldname" to "world" in configfile
Also brought tests up to date. All tests pass now.
This commit is contained in:
@@ -188,3 +188,8 @@ def make_configDictValidator(config, ignore_undefined=False):
|
||||
return newdict
|
||||
|
||||
return configDictValidator
|
||||
|
||||
def error(errstr):
|
||||
def validator(_):
|
||||
raise ValidationException(errstr)
|
||||
return validator
|
||||
|
||||
Reference in New Issue
Block a user