mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Typo: test_type --> text_type
This commit is contained in:
parent
8877489386
commit
9e3ce39e8c
@ -106,7 +106,7 @@ def _read_dict(cp, dictionary):
|
||||
cp.add_section(section)
|
||||
|
||||
for key, value in keys.items():
|
||||
key = cp.optionxform(six.test_type(key))
|
||||
key = cp.optionxform(six.text_type(key))
|
||||
if value is not None:
|
||||
value = six.text_type(value)
|
||||
cp.set(section, key, value)
|
||||
|
Loading…
Reference in New Issue
Block a user