No warning on unconsumed grid, ablative, vars
This commit is contained in:
parent
07817ede2a
commit
ea3d3b4b82
@ -240,6 +240,10 @@ class Slate():
|
|||||||
|
|
||||||
self.consume(config, 'name', '')
|
self.consume(config, 'name', '')
|
||||||
self.consume(config, 'project', '')
|
self.consume(config, 'project', '')
|
||||||
|
self.consume(config, 'vars', '')
|
||||||
|
|
||||||
|
self.consume(config, 'grid', '')
|
||||||
|
self.consume(config, 'ablative', '')
|
||||||
|
|
||||||
if config != {}:
|
if config != {}:
|
||||||
print('[!] Unconsumed Config Parts:')
|
print('[!] Unconsumed Config Parts:')
|
||||||
|
Loading…
Reference in New Issue
Block a user