fix: typo
This commit is contained in:
parent
ee70a5239c
commit
b0a8421155
@ -117,7 +117,7 @@ class Slate():
|
|||||||
if k in conf:
|
if k in conf:
|
||||||
del conf[k]
|
del conf[k]
|
||||||
|
|
||||||
if type(val, str):
|
if type(val) == str:
|
||||||
while val.find('{') != -1:
|
while val.find('{') != -1:
|
||||||
val = self.expand_vars(val, config=self._config, **kwargs)
|
val = self.expand_vars(val, config=self._config, **kwargs)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user