From: Jeremy Stanley Date: Sun, 14 May 2017 16:42:55 +0000 (+0000) Subject: Guard against KeyError on universe.contents index X-Git-Tag: 0.0.1~161 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=0580d77ecba37ac032dde3e3d8d7b054ccc7fd74;hp=0580d77ecba37ac032dde3e3d8d7b054ccc7fd74 Guard against KeyError on universe.contents index When accessing base level configuration elements from the main engine, check that they're actually in universe.contents before trying to retrieve their facets. Also use sane default fallbacks if they're undefined. ---