Workaround missing 'plugins' entry in configuration
This commit is contained in:
parent
813c86a280
commit
4c36b25341
|
@ -451,6 +451,9 @@ class ConfigBase(Borg):
|
||||||
configspecdata['layouts']['__many__'] = {}
|
configspecdata['layouts']['__many__'] = {}
|
||||||
configspecdata['layouts']['__many__']['__many__'] = section
|
configspecdata['layouts']['__many__']['__many__'] = section
|
||||||
|
|
||||||
|
# FIXME: should be properly loading plugins from built-in config
|
||||||
|
configspecdata['plugins'] = {}
|
||||||
|
|
||||||
configspec = ConfigObj(configspecdata)
|
configspec = ConfigObj(configspecdata)
|
||||||
if DEBUG == True:
|
if DEBUG == True:
|
||||||
configspec.write(open('/tmp/terminator_configspec_debug.txt', 'w'))
|
configspec.write(open('/tmp/terminator_configspec_debug.txt', 'w'))
|
||||||
|
|
Loading…
Reference in New Issue